aboutsummaryrefslogtreecommitdiff
path: root/common/func.h
diff options
context:
space:
mode:
authorMax Horn2006-04-04 20:13:59 +0000
committerMax Horn2006-04-04 20:13:59 +0000
commitdb8715fffdeaa0edf5c037a7c422920e14440ea0 (patch)
tree76a5669eca181087c9faf73cb40b235e6530d1c1 /common/func.h
parent7242dc169c835e9e882b92ceab6fc7c9cc7ecebd (diff)
downloadscummvm-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
Diffstat (limited to 'common/func.h')
-rw-r--r--common/func.h1
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);