Further cleanups to texture caching, from bug 523:
[supertux.git] / src / video / texture_manager.hpp
index e88223d..61350fb 100644 (file)
@@ -51,7 +51,7 @@ public:
 
 private:
   friend class Texture;
-  void release(Texture* texture);
+  void reap_cache_entry(const std::string& filename);
 
   typedef std::map<std::string, boost::weak_ptr<Texture> > ImageTextures;
   ImageTextures image_textures;