diff options
author | callum_linden <none@none> | 2013-04-09 17:04:57 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2013-04-09 17:04:57 -0700 |
commit | 1d3f018e812daf5fb7834258940b13a2239106b4 (patch) | |
tree | bea83c6d6924a159d136e54eb68a56e5ed5c6f50 /indra/newview/llfloaterpreference.h | |
parent | d8dc74b83349752768d99b77c92a284955ee04e4 (diff) |
MAINT-2417 FIX Update Graphics tab layout
Diffstat (limited to 'indra/newview/llfloaterpreference.h')
-rw-r--r-- | indra/newview/llfloaterpreference.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfloaterpreference.h b/indra/newview/llfloaterpreference.h index 22e80a21cb..cb180f6f1e 100644 --- a/indra/newview/llfloaterpreference.h +++ b/indra/newview/llfloaterpreference.h @@ -154,8 +154,7 @@ public: void onChangeQuality(const LLSD& data); void updateSliderText(LLSliderCtrl* ctrl, LLTextBox* text_box); - void onUpdateSliderText(LLUICtrl* ctrl, const LLSD& name); -// void fractionFromDecimal(F32 decimal_val, S32& numerator, S32& denominator); + void refreshUI(); void onCommitParcelMediaAutoPlayEnable(); void onCommitMediaEnabled(); |