diff options
author | Josh Bell <josh@lindenlab.com> | 2007-04-04 19:49:24 +0000 |
---|---|---|
committer | Josh Bell <josh@lindenlab.com> | 2007-04-04 19:49:24 +0000 |
commit | 98740db8fd5875033d08b6aef6d9bf5c3c49eeee (patch) | |
tree | dd0e83734e50ffd4d9f87eb2ed4091f867f2f1fd /indra/newview/llfloaterland.h | |
parent | aa96d1fddff3d5bf68a5014229a0d20584937222 (diff) |
svn merge -r 59826:59968 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --> release
Diffstat (limited to 'indra/newview/llfloaterland.h')
-rw-r--r-- | indra/newview/llfloaterland.h | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/indra/newview/llfloaterland.h b/indra/newview/llfloaterland.h index cfd009c335..6c0fb7319f 100644 --- a/indra/newview/llfloaterland.h +++ b/indra/newview/llfloaterland.h @@ -243,39 +243,22 @@ public: protected: void sortBtnCore(S32 column); - LLTextBox *mSWTotalObjectsLabel; - LLTextBox *mSWTotalObjects; - LLTextBox *mParcelObjectBonus; - - LLTextBox *mObjectContributionLabel; + LLTextBox *mSWTotalObjects; LLTextBox *mObjectContribution; - LLTextBox *mTotalObjectsLabel; LLTextBox *mTotalObjects; - - LLTextBox *mOwnerObjectsLabel; LLTextBox *mOwnerObjects; LLButton *mBtnShowOwnerObjects; LLButton *mBtnReturnOwnerObjects; - - LLTextBox *mGroupObjectsLabel; LLTextBox *mGroupObjects; LLButton *mBtnShowGroupObjects; LLButton *mBtnReturnGroupObjects; - - LLTextBox *mOtherObjectsLabel; LLTextBox *mOtherObjects; LLButton *mBtnShowOtherObjects; LLButton *mBtnReturnOtherObjects; - - LLTextBox *mSelectedObjectsLabel; LLTextBox *mSelectedObjects; - - LLTextBox *mCleanOtherObjectsLabel; LLLineEditor *mCleanOtherObjectsTime; S32 mOtherTime; - - LLTextBox *mOwnerListText; LLButton *mBtnRefresh; LLButton *mBtnReturnOwnerList; LLButton *mBtnType; // column 0 |