Turned a lot of other global objects into Currentons
[supertux.git] / src / video / sdl / sdl_renderer.cpp
index c95ee46..2ed479e 100644 (file)
@@ -112,9 +112,6 @@ SDLRenderer::SDLRenderer() :
     log_info << "Max Texture Height: " << info.max_texture_height << std::endl;
   }
 
-  if(texture_manager == 0)
-    texture_manager = new TextureManager();
-
   g_config->window_size = Size(width, height);
   apply_config();
 }