]> git.mxchange.org Git - flightgear.git/commit
Remove unused class SGEnviro
authorTorsten Dreyer <Torsten@t3r.de>
Fri, 6 May 2011 12:12:17 +0000 (14:12 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Fri, 6 May 2011 12:12:17 +0000 (14:12 +0200)
commit76ea9a7968eddac27772bfed21227e6404775ddd
treeb993f6d8c44c427bcd6f99c312298d5646b86ebb
parent83052e1656d12633619a98e5b6663b62441dd279
Remove unused class SGEnviro

This class and their source files visual_enviro.[h|c]xx were
unused since OSG transition. It's only functionality was to
keep a variable for the enable-state of rendering of precipitation.
This has now been moved to SGPrecipitation.
This patch also removes all references to this class and
visual_enviro.hxx. Wxradar needs a new implementation for cloud
echoes which probably should be part of fgclouds.

See also SimGear commit 4e6159aa07f2817c09fad72db64d713e47f6f3da
src/Environment/environment_mgr.cxx
src/Environment/fgclouds.cxx
src/Environment/fgclouds.hxx
src/Environment/precipitation_mgr.cxx
src/Environment/precipitation_mgr.hxx
src/Instrumentation/wxradar.cxx
src/Instrumentation/wxradar.hxx
src/Main/renderer.cxx