summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-06-15 17:22:35 -0700
committerLeyla Farazha <leyla@lindenlab.com>2010-06-15 17:22:35 -0700
commit8628e67b825331531669a6b9fea162fcba811d8f (patch)
tree1e7e2f29cbe4781793ef169b3da0c8909e36c67f /indra
parent83a7a342ea83441c7fdcea1ac30cc61b2ab11546 (diff)
apply resolution cleanup
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloaterpreference.cpp14
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");