Remove unused fOwner variable. Cleanup.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38740 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler
2010-09-20 05:42:31 +00:00
parent aa519a9e14
commit 0401a9c712
5 changed files with 36 additions and 54 deletions
-4
View File
@@ -62,9 +62,6 @@ public:
Variable* DNeg() const;
Variable* DPos() const;
void SetOwner(void* owner);
void* Owner() const;
bool IsValid();
void Invalidate();
@@ -85,7 +82,6 @@ private:
double fRightSide;
Summand* fDNegObjSummand;
Summand* fDPosObjSummand;
void* fOwner;
BString fLabel;
bool fIsValid;