diff options
author | Brad Linden <brad@lindenlab.com> | 2023-04-26 17:32:19 -0700 |
---|---|---|
committer | Brad Linden <brad@lindenlab.com> | 2023-04-26 17:34:43 -0700 |
commit | 513ac361b13b081a13f1f6dde1c0c34c4eb41b3a (patch) | |
tree | 74ef1cb77d0541de2fa0bea08cd44b32fe5f95b8 /indra/newview/llviewercontrol.cpp | |
parent | e2dc40a76e1a6e191443c213d0f0474d36c83413 (diff) |
Got things to compile again after DRTVWR-559 & DRTVWR-539 merge.
removing dead code and references to members that don't exist anymore
Diffstat (limited to 'indra/newview/llviewercontrol.cpp')
-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 5c486dbbac..f197722698 100644 --- a/indra/newview/llviewercontrol.cpp +++ b/indra/newview/llviewercontrol.cpp @@ -158,12 +158,6 @@ static bool handleSetShaderChanged(const LLSD& newvalue) return true; } -static bool handleShadowDetailChanged(const LLSD& newvalue) -{ - gPipeline.handleShadowDetailChanged(); - return true; -} - static bool handleRenderPerfTestChanged(const LLSD& newvalue) { bool status = !newvalue.asBoolean(); |