diff --git a/source/graphics/GameView.cpp b/source/graphics/GameView.cpp index c493554068..d21ec4a04c 100644 --- a/source/graphics/GameView.cpp +++ b/source/graphics/GameView.cpp @@ -123,12 +123,6 @@ public: */ bool Culling; - /** - * Cache global lighting environment. This is used to check whether the - * environment has changed during the last frame, so that vertex data can be updated etc. - */ - CLightEnv CachedLightEnv; - CCinemaManager CinemaManager; /**