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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user