diff options
author | Max Horn | 2010-07-17 18:41:38 +0000 |
---|---|---|
committer | Max Horn | 2010-07-17 18:41:38 +0000 |
commit | 0b48a71c9955b39117e2eb35b3e398f5c95c008a (patch) | |
tree | d3430fc6d2470955a74e53e6fb25256e069f6c9e /common/hashmap.h | |
parent | 1d4c82885ddcc0442671c863eef643aef2dc7dda (diff) | |
download | scummvm-rg350-0b48a71c9955b39117e2eb35b3e398f5c95c008a.tar.gz scummvm-rg350-0b48a71c9955b39117e2eb35b3e398f5c95c008a.tar.bz2 scummvm-rg350-0b48a71c9955b39117e2eb35b3e398f5c95c008a.zip |
Remove PalmOS port
svn-id: r50964
Diffstat (limited to 'common/hashmap.h')
-rw-r--r-- | common/hashmap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/hashmap.h b/common/hashmap.h index db80f632ed..0d4d7663f3 100644 --- a/common/hashmap.h +++ b/common/hashmap.h @@ -68,9 +68,6 @@ template<class T> class IteratorImpl; template<class Key, class Val, class HashFunc = Hash<Key>, class EqualFunc = EqualTo<Key> > class HashMap { private: -#if defined (PALMOS_MODE) -public: -#endif typedef HashMap<Key, Val, HashFunc, EqualFunc> HM_t; |