diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-10-24 19:44:44 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-10-24 19:44:44 -0400 |
commit | 31e91957db061d43aeaabdfe1583651fa9c54acd (patch) | |
tree | 80b9166beda50aaf79ed19dc00af03f2ca809b39 /indra/newview | |
parent | 9b1d8bd3899efeb4a7f167d80bc3d0650c1fb747 (diff) |
SL-109 - fix for build error
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llviewercontrol.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llviewercontrol.cpp b/indra/newview/llviewercontrol.cpp index d36377acff..db71849659 100644 --- a/indra/newview/llviewercontrol.cpp +++ b/indra/newview/llviewercontrol.cpp @@ -127,12 +127,6 @@ static bool handleDebugAvatarJointsChanged(const LLSD& newvalue) return true; } -static bool handleDeferredDebugSettingChanged(const LLSD& newvalue) -{ - LLNotificationsUtil::add("ChangeDeferredDebugSetting"); - return true; -} - static bool handleSetShaderChanged(const LLSD& newvalue) { // changing shader level may invalidate existing cached bump maps, as the shader type determines the format of the bump map it expects - clear and repopulate the bump cache |