diff options
Diffstat (limited to 'linden/indra/newview/llviewercontrol.cpp')
-rw-r--r-- | linden/indra/newview/llviewercontrol.cpp | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/linden/indra/newview/llviewercontrol.cpp b/linden/indra/newview/llviewercontrol.cpp index 4c81e71..59d766f 100644 --- a/linden/indra/newview/llviewercontrol.cpp +++ b/linden/indra/newview/llviewercontrol.cpp | |||
@@ -530,18 +530,6 @@ bool handleSliderScrollWheelMultiplierChanged(const LLSD& newvalue) | |||
530 | return true; | 530 | return true; |
531 | } | 531 | } |
532 | 532 | ||
533 | bool handleRenderSculptSAThresholdChanged(const LLSD& newvalue) | ||
534 | { | ||
535 | LLVOVolume::sSculptSAThresh = newvalue.asReal(); | ||
536 | return true; | ||
537 | } | ||
538 | |||
539 | bool handleRenderSculptSAMaxChanged(const LLSD& newvalue) | ||
540 | { | ||
541 | LLVOVolume::sSculptSAMax = newvalue.asReal(); | ||
542 | return true; | ||
543 | } | ||
544 | |||
545 | 533 | ||
546 | //////////////////////////////////////////////////////////////////////////// | 534 | //////////////////////////////////////////////////////////////////////////// |
547 | 535 | ||
@@ -687,9 +675,7 @@ void settings_setup_listeners() | |||
687 | gSavedSettings.getControl("AudioLevelMic")->getSignal()->connect(boost::bind(&handleVoiceClientPrefsChanged, _1)); | 675 | gSavedSettings.getControl("AudioLevelMic")->getSignal()->connect(boost::bind(&handleVoiceClientPrefsChanged, _1)); |
688 | gSavedSettings.getControl("LipSyncEnabled")->getSignal()->connect(boost::bind(&handleVoiceClientPrefsChanged, _1)); | 676 | gSavedSettings.getControl("LipSyncEnabled")->getSignal()->connect(boost::bind(&handleVoiceClientPrefsChanged, _1)); |
689 | gSavedSettings.getControl("SliderScrollWheelMultiplier")->getSignal()->connect(boost::bind(&handleSliderScrollWheelMultiplierChanged, _1)); | 677 | gSavedSettings.getControl("SliderScrollWheelMultiplier")->getSignal()->connect(boost::bind(&handleSliderScrollWheelMultiplierChanged, _1)); |
690 | gSavedSettings.getControl("TranslateChat")->getSignal()->connect(boost::bind(&handleTranslateChatPrefsChanged, _1)); | 678 | gSavedSettings.getControl("TranslateChat")->getSignal()->connect(boost::bind(&handleTranslateChatPrefsChanged, _1)); |
691 | gSavedSettings.getControl("RenderSculptSAThreshold")->getSignal()->connect(boost::bind(&handleRenderSculptSAThresholdChanged, _1)); | ||
692 | gSavedSettings.getControl("RenderSculptSAMax")->getSignal()->connect(boost::bind(&handleRenderSculptSAMaxChanged, _1)); | ||
693 | } | 679 | } |
694 | 680 | ||
695 | template <> eControlType get_control_type<U32>(const U32& in, LLSD& out) | 681 | template <> eControlType get_control_type<U32>(const U32& in, LLSD& out) |