[Scummvm-cvs-logs] CVS: scummvm/common map.h,1.23,1.24

Max Horn fingolfin at users.sourceforge.net
Sat Apr 23 07:29:19 CEST 2005


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26435/common

Modified Files:
	map.h 
Log Message:
Remove StringMap class from map.h (at least for now)

Index: map.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/map.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- map.h	1 Jan 2005 16:08:49 -0000	1.23
+++ map.h	23 Apr 2005 14:28:58 -0000	1.24
@@ -277,10 +277,6 @@
 	}
 };
 
-class String;
-
-typedef Map<String, String> StringMap;
-
 }	// End of namespace Common
 
 #endif





More information about the Scummvm-git-logs mailing list