From 31e91957db061d43aeaabdfe1583651fa9c54acd Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Mon, 24 Oct 2016 19:44:44 -0400
Subject: [PATCH] SL-109 - fix for build error

---
 indra/newview/llviewercontrol.cpp | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/indra/newview/llviewercontrol.cpp b/indra/newview/llviewercontrol.cpp
index d36377acffc..db718496595 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
-- 
GitLab