diff options
author | Max Horn | 2005-04-23 14:28:59 +0000 |
---|---|---|
committer | Max Horn | 2005-04-23 14:28:59 +0000 |
commit | 29d249c696252820d61eed6c42498d0941fa1339 (patch) | |
tree | 43acd4287f1a85cb6af93648653cc12e31530dee /common | |
parent | 78b340adfb5d49faae8042806f89bf2defae7f54 (diff) | |
download | scummvm-rg350-29d249c696252820d61eed6c42498d0941fa1339.tar.gz scummvm-rg350-29d249c696252820d61eed6c42498d0941fa1339.tar.bz2 scummvm-rg350-29d249c696252820d61eed6c42498d0941fa1339.zip |
Remove StringMap class from map.h (at least for now)
svn-id: r17772
Diffstat (limited to 'common')
-rw-r--r-- | common/map.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/map.h b/common/map.h index e1b8da6d82..ad264580a5 100644 --- a/common/map.h +++ b/common/map.h @@ -277,10 +277,6 @@ protected: } }; -class String; - -typedef Map<String, String> StringMap; - } // End of namespace Common #endif |