diff options
| author | Max Horn | 2006-04-04 20:13:59 +0000 | 
|---|---|---|
| committer | Max Horn | 2006-04-04 20:13:59 +0000 | 
| commit | db8715fffdeaa0edf5c037a7c422920e14440ea0 (patch) | |
| tree | 76a5669eca181087c9faf73cb40b235e6530d1c1 | |
| parent | 7242dc169c835e9e882b92ceab6fc7c9cc7ecebd (diff) | |
| download | scummvm-rg350-db8715fffdeaa0edf5c037a7c422920e14440ea0.tar.gz scummvm-rg350-db8715fffdeaa0edf5c037a7c422920e14440ea0.tar.bz2 scummvm-rg350-db8715fffdeaa0edf5c037a7c422920e14440ea0.zip | |
We don't need wchar_t -> removing this to improve portability
svn-id: r21595
| -rw-r--r-- | common/func.h | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/common/func.h b/common/func.h index 728315da0e..10c80e66f5 100644 --- a/common/func.h +++ b/common/func.h @@ -52,7 +52,6 @@ GENERATE_TRIVIAL_HASH_FUNCTOR(bool);  GENERATE_TRIVIAL_HASH_FUNCTOR(char);  GENERATE_TRIVIAL_HASH_FUNCTOR(signed char);  GENERATE_TRIVIAL_HASH_FUNCTOR(unsigned char); -GENERATE_TRIVIAL_HASH_FUNCTOR(wchar_t);  GENERATE_TRIVIAL_HASH_FUNCTOR(short);  GENERATE_TRIVIAL_HASH_FUNCTOR(int);  GENERATE_TRIVIAL_HASH_FUNCTOR(long); | 
