From 752bcc16fc57070a06a572eae2fce18fc181136d Mon Sep 17 00:00:00 2001 From: Dave Houlton Date: Thu, 16 Dec 2021 10:20:14 -0700 Subject: DRTVWR-546 remove dead fxn that breaks Mac build --- indra/newview/llviewercontrol.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'indra/newview/llviewercontrol.cpp') 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(); -- cgit v1.2.3