aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2006-06-03 13:56:50 +0000
committerMax Horn2006-06-03 13:56:50 +0000
commit5d1e4d7f09eb3dc4f0f0f67771ce7dff8b3f6dd8 (patch)
tree5fd1a8423172a5baf4fcc808fdf5b5aa2e8233f1
parent0e174a8adcb021e57c13298c888b077730c06a8d (diff)
downloadscummvm-rg350-5d1e4d7f09eb3dc4f0f0f67771ce7dff8b3f6dd8.tar.gz
scummvm-rg350-5d1e4d7f09eb3dc4f0f0f67771ce7dff8b3f6dd8.tar.bz2
scummvm-rg350-5d1e4d7f09eb3dc4f0f0f67771ce7dff8b3f6dd8.zip
Removed unnecessary typedef
svn-id: r22875
-rw-r--r--common/hashmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/hashmap.h b/common/hashmap.h
index 5e3d2a0f2b..dcbbe17f3a 100644
--- a/common/hashmap.h
+++ b/common/hashmap.h
@@ -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