diff options
author | Dave Houlton <euclid@lindenlab.com> | 2021-12-16 10:20:14 -0700 |
---|---|---|
committer | Dave Houlton <euclid@lindenlab.com> | 2021-12-16 10:20:14 -0700 |
commit | 752bcc16fc57070a06a572eae2fce18fc181136d (patch) | |
tree | 07f45e28370319f7b8fd72b4b0abbcbfafd60d76 /indra | |
parent | cda75cbd74b12f96f459f2a9e9a2fb1607fcf24a (diff) |
DRTVWR-546 remove dead fxn that breaks Mac build
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llviewercontrol.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/newview/llviewercontrol.cpp b/indra/newview/llviewercontrol.cpp index fcacc933e0..41c477f678 100644 --- a/indra/newview/llviewercontrol.cpp +++ b/indra/newview/llviewercontrol.cpp @@ -166,17 +166,6 @@ static bool handleSetShaderChanged(const LLSD& newvalue) return true; } -static bool handleAvatarVPChanged(const LLSD& newvalue) -{ - LLRenderTarget::sUseFBO = newvalue.asBoolean() - && gSavedSettings.getBOOL("RenderObjectBump") - && gSavedSettings.getBOOL("RenderTransparentWater") - && gSavedSettings.getBOOL("RenderDeferred"); - - handleSetShaderChanged(LLSD()); - return true; -} - static bool handleRenderPerfTestChanged(const LLSD& newvalue) { bool status = !newvalue.asBoolean(); |