[Scummvm-cvs-logs] SF.net SVN: scummvm: [22875] scummvm/trunk/common/hashmap.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Jun 3 15:56:54 CEST 2006


Revision: 22875
Author:   fingolfin
Date:     2006-06-03 06:56:50 -0700 (Sat, 03 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22875&view=rev

Log Message:
-----------
Removed unnecessary typedef

Modified Paths:
--------------
    scummvm/trunk/common/hashmap.h
Modified: scummvm/trunk/common/hashmap.h
===================================================================
--- scummvm/trunk/common/hashmap.h	2006-06-03 13:39:39 UTC (rev 22874)
+++ scummvm/trunk/common/hashmap.h	2006-06-03 13:56:50 UTC (rev 22875)
@@ -58,8 +58,6 @@
 
 namespace Common { 
 
-typedef Common::String String;
-
 uint hashit(const char *str);
 uint hashit_lower(const char *str);	// Generate a hash based on the lowercase version of the string
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list