diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-09-10 20:56:25 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-09-10 20:56:25 +0300 |
commit | 78a8cc0976955d22b70b41c1696864323ff2a19e (patch) | |
tree | 9790ab37f3ecd71a1cee62b845ce638e97527f2f | |
parent | 1fd1251643fc2dcc7aa3967830961a0254b13df5 (diff) |
MAINT-9116 XUI Cleanup
-rw-r--r-- | indra/newview/llfloaterpreference.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index f2e7058098..c028cb3dee 100644 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -530,13 +530,6 @@ void LLFloaterPreference::onDoNotDisturbResponseChanged() LLFloaterPreference::~LLFloaterPreference() { - // clean up user data - LLComboBox* ctrl_window_size = getChild<LLComboBox>("windowsize combo"); - for (S32 i = 0; i < ctrl_window_size->getItemCount(); i++) - { - ctrl_window_size->setCurrentByIndex(i); - } - LLConversationLog::instance().removeObserver(this); } |