diff engine/core/util/resource/pool.h @ 152:679ed3e15513

Deprecation: getIndex is now thrown out. Import fife_compat for the transition.
author phoku@33b003aa-7bff-0310-803a-e67f0ece8222
date Sat, 11 Oct 2008 12:55:41 +0000
parents 823544621b5b
children 376b8afc9a18
line wrap: on
line diff
--- a/engine/core/util/resource/pool.h	Sat Oct 11 12:25:53 2008 +0000
+++ b/engine/core/util/resource/pool.h	Sat Oct 11 12:55:41 2008 +0000
@@ -90,11 +90,6 @@
 		 */
 		virtual IResource& get(unsigned int index, bool inc = false);
 		
-		/** Gets resource index from pool with given filename
-		 * The resource will be created if it is not in the pool
-		 */
-		virtual int getIndex(const std::string& filename);
-
 		/** Removes the resource from pool if reference counter is null
 		 * 
 		 * @param dec Specifies weither the ref counter will be decreased