summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatertoybox.h
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2011-10-19 17:33:10 -0700
committerLeslie Linden <leslie@lindenlab.com>2011-10-19 17:33:10 -0700
commitf3a4a48d8ed20b4bbd65d7cdb9b191c9faf2544b (patch)
treebc9c2d1e44b031b311d9edec8d5963a7c732c24b /indra/newview/llfloatertoybox.h
parent04d6bd302ba5809dc6aa1c33d91dc0737af6e033 (diff)
* Fixed issue where dragging disabled buttons from the toybox to the toybox
would remove them from the surrounding toolbars. * Removed dead drag & drop code * Fixed issue where saving didn't necessarily work because toolbar populated with command id's that didn't have associated names.
Diffstat (limited to 'indra/newview/llfloatertoybox.h')
-rw-r--r--indra/newview/llfloatertoybox.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloatertoybox.h b/indra/newview/llfloatertoybox.h
index f0a6cf1a8b..62bf68680d 100644
--- a/indra/newview/llfloatertoybox.h
+++ b/indra/newview/llfloatertoybox.h
@@ -53,7 +53,6 @@ protected:
void onBtnRestoreDefaults();
public:
- LLButton * mBtnRestoreDefaults;
LLToolBar * mToolBar;
};