diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-12-15 07:34:45 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-12-15 07:34:45 -0500 |
commit | 84f524e3efbb4e54206b49159306e4f0df1b91ae (patch) | |
tree | fd35f56d1bb874c7fe5bc6b51267e7a15523c96b /indra/newview/llviewercontrol.cpp | |
parent | 12d7411a16ea220c5fbc389b68f5f002b2423659 (diff) |
SL-276, SL-124 - code and config file cleanup for Bento
Diffstat (limited to 'indra/newview/llviewercontrol.cpp')
-rwxr-xr-x | indra/newview/llviewercontrol.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewercontrol.cpp b/indra/newview/llviewercontrol.cpp index 4261ac1511..612fd9a326 100755 --- a/indra/newview/llviewercontrol.cpp +++ b/indra/newview/llviewercontrol.cpp @@ -768,7 +768,6 @@ void settings_setup_listeners() gSavedSettings.getControl("SpellCheck")->getSignal()->connect(boost::bind(&handleSpellCheckChanged)); gSavedSettings.getControl("SpellCheckDictionary")->getSignal()->connect(boost::bind(&handleSpellCheckChanged)); gSavedSettings.getControl("LoginLocation")->getSignal()->connect(boost::bind(&handleLoginLocationChanged)); - // BENTO - need UI. gSavedSettings.getControl("IncludeEnhancedSkeleton")->getCommitSignal()->connect(boost::bind(&handleDeferredDebugSettingChanged, _2)); } |