diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-06-15 17:22:35 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-06-15 17:22:35 -0700 |
commit | 8628e67b825331531669a6b9fea162fcba811d8f (patch) | |
tree | 1e7e2f29cbe4781793ef169b3da0c8909e36c67f | |
parent | 83a7a342ea83441c7fdcea1ac30cc61b2ab11546 (diff) |
apply resolution cleanup
-rw-r--r-- | indra/newview/llfloaterpreference.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index 88339c55e8..f450b199c8 100644 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -465,8 +465,6 @@ void LLFloaterPreference::apply() gAgent.sendAgentUpdateUserInfo(new_im_via_email,mDirectoryVisibility); } } - - //applyResolution(); } void LLFloaterPreference::cancel() @@ -1213,18 +1211,6 @@ void LLFloaterPreference::updateSliderText(LLSliderCtrl* ctrl, LLTextBox* text_b } } -void LLFloaterPreference::applyResolution() -{ - gGL.flush(); - - gViewerWindow->requestResolutionUpdate(); - - send_agent_update(TRUE); - - // Update enable/disable - refresh(); -} - void LLFloaterPreference::onChangeMaturity() { U8 sim_access = gSavedSettings.getU32("PreferredMaturity"); |