Removed unused SDL_Surface* screen; from GLLightmap
[supertux.git] / src / video / gl / gl_lightmap.hpp
index 9d45a9a..b440639 100644 (file)
@@ -41,7 +41,6 @@ public:
 private:
   static const int LIGHTMAP_DIV = 5;
 
-  SDL_Surface* screen;
   boost::shared_ptr<GLTexture> lightmap;
   int lightmap_width;
   int lightmap_height;