From cee334697027ab6da2bfd7372192d737ae7c5c20 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 13 Dec 2013 20:20:17 +1000 Subject: [PATCH] Remove unused variable. --- linden/indra/newview/llettherebelight.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/linden/indra/newview/llettherebelight.cpp b/linden/indra/newview/llettherebelight.cpp index 7fc2a3de..8359973d 100644 --- a/linden/indra/newview/llettherebelight.cpp +++ b/linden/indra/newview/llettherebelight.cpp @@ -285,7 +285,6 @@ void LightShare::apply(LLWaterParamSet * newWater, LLUUID *newWaterNormal, LLWLP LLWaterParamSet oldWaterSet = waterMgr->mCurParams; LLWLParamSet oldWLSet = skyMgr->mCurParams; struct WLCombined* thisSet = &userSet; - bool user = true; switch(scope) {