Remove unused Constraint variables.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38781 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+11
-16
@@ -95,27 +95,11 @@ private:
|
|||||||
private:
|
private:
|
||||||
BLayoutItem* fLayoutItem;
|
BLayoutItem* fLayoutItem;
|
||||||
LinearSpec* fLS;
|
LinearSpec* fLS;
|
||||||
BList fConstraints;
|
|
||||||
|
|
||||||
XTab* fLeft;
|
XTab* fLeft;
|
||||||
XTab* fRight;
|
XTab* fRight;
|
||||||
YTab* fTop;
|
YTab* fTop;
|
||||||
YTab* fBottom;
|
YTab* fBottom;
|
||||||
Constraint* fLeftConstraint;
|
|
||||||
Constraint* fTopConstraint;
|
|
||||||
Constraint* fRightConstraint;
|
|
||||||
Constraint* fBottomConstraint;
|
|
||||||
|
|
||||||
Constraint* fMinContentWidth;
|
|
||||||
Constraint* fMaxContentWidth;
|
|
||||||
Constraint* fMinContentHeight;
|
|
||||||
Constraint* fMaxContentHeight;
|
|
||||||
bool fAutoPreferredContentSize;
|
|
||||||
Constraint* fPreferredContentWidth;
|
|
||||||
Constraint* fPreferredContentHeight;
|
|
||||||
|
|
||||||
double fContentAspectRatio;
|
|
||||||
Constraint* fContentAspectRatioC;
|
|
||||||
|
|
||||||
Row* fRow;
|
Row* fRow;
|
||||||
Column* fColumn;
|
Column* fColumn;
|
||||||
@@ -128,6 +112,17 @@ private:
|
|||||||
int32 fRightInset;
|
int32 fRightInset;
|
||||||
int32 fBottomInset;
|
int32 fBottomInset;
|
||||||
|
|
||||||
|
BList fConstraints;
|
||||||
|
Constraint* fMinContentWidth;
|
||||||
|
Constraint* fMaxContentWidth;
|
||||||
|
Constraint* fMinContentHeight;
|
||||||
|
Constraint* fMaxContentHeight;
|
||||||
|
bool fAutoPreferredContentSize;
|
||||||
|
Constraint* fPreferredContentWidth;
|
||||||
|
Constraint* fPreferredContentHeight;
|
||||||
|
double fContentAspectRatio;
|
||||||
|
Constraint* fContentAspectRatioC;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
friend class BALMLayout;
|
friend class BALMLayout;
|
||||||
|
|
||||||
|
|||||||
@@ -538,11 +538,6 @@ Area::_Init(LinearSpec* ls, XTab* left, YTab* top,
|
|||||||
fRightInset = 0;
|
fRightInset = 0;
|
||||||
fBottomInset = 0;
|
fBottomInset = 0;
|
||||||
|
|
||||||
fLeftConstraint = NULL;
|
|
||||||
fTopConstraint = NULL;
|
|
||||||
fRightConstraint = NULL;
|
|
||||||
fBottomConstraint = NULL;
|
|
||||||
|
|
||||||
fLS = ls;
|
fLS = ls;
|
||||||
fLeft = left;
|
fLeft = left;
|
||||||
fRight = right;
|
fRight = right;
|
||||||
|
|||||||
Reference in New Issue
Block a user