diff options
author | Leslie Linden <leslie@lindenlab.com> | 2011-10-19 17:33:10 -0700 |
---|---|---|
committer | Leslie Linden <leslie@lindenlab.com> | 2011-10-19 17:33:10 -0700 |
commit | f3a4a48d8ed20b4bbd65d7cdb9b191c9faf2544b (patch) | |
tree | bc9c2d1e44b031b311d9edec8d5963a7c732c24b /indra/newview/llfloatertoybox.h | |
parent | 04d6bd302ba5809dc6aa1c33d91dc0737af6e033 (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.h | 1 |
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; }; |