From: fredb Date: Sun, 14 Jun 2009 10:53:09 +0000 (+0000) Subject: Remove unused variable X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c491baff0e85e7e0f657f7e3a8596dbd720b6c0b;p=simgear.git Remove unused variable --- diff --git a/simgear/scene/tgdb/GroundLightManager.cxx b/simgear/scene/tgdb/GroundLightManager.cxx index d500103b..e35e638e 100644 --- a/simgear/scene/tgdb/GroundLightManager.cxx +++ b/simgear/scene/tgdb/GroundLightManager.cxx @@ -24,7 +24,6 @@ namespace simgear { GroundLightManager::GroundLightManager() { - osg::Fog* fog; runwayLightSS = makeLightSS(); taxiLightSS = makeLightSS(); groundLightSS = makeLightSS();