diff options
author | Monroe Linden <monroe@lindenlab.com> | 2010-02-10 17:16:38 -0800 |
---|---|---|
committer | Monroe Linden <monroe@lindenlab.com> | 2010-02-10 17:16:38 -0800 |
commit | 93c4a7a18f81ec6fe526d636492f0a7ee11a10db (patch) | |
tree | d60dd22c44716bfb673635dcf3f8bd3945c7755f /indra/newview/llfloaterpreference.h | |
parent | da3ad612dffa422deabc5cc9afb775442f13bb45 (diff) |
Finish up EXT-3908
Remove code for aspect ratio controls from LLFloaterPreference. (The XUI had already been removed.)
Reviewed by Richard.
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r-- | indra/newview/llfloaterpreference.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index 0827c7c2b2..93b39d72bc 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -128,10 +128,8 @@ public: void updateSliderText(LLSliderCtrl* ctrl, LLTextBox* text_box); void onUpdateSliderText(LLUICtrl* ctrl, const LLSD& name); - void onKeystrokeAspectRatio(); // void fractionFromDecimal(F32 decimal_val, S32& numerator, S32& denominator); - void onCommitAutoDetectAspect(); void onCommitParcelMediaAutoPlayEnable(); void onCommitMediaEnabled(); void onCommitMusicEnabled(); @@ -142,7 +140,6 @@ public: void buildPopupLists(); static void refreshSkin(void* data); static void cleanupBadSetting(); - static F32 sAspectRatio; private: static std::string sSkin; bool mGotPersonalInfo; |