Remove unused variable.

This commit is contained in:
David Walter Seikel
2013-12-13 20:20:17 +10:00
parent 87e81d7639
commit cee3346970
@@ -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)
{