aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorMax Horn2011-05-31 13:56:28 +0200
committerMax Horn2011-05-31 13:56:28 +0200
commit2d6be5d0771ef3c3ac5d7dac1bdb5b0aab4793c6 (patch)
tree1b3e76bc8236db0a9e082cca3a097f7d48a21d41 /common
parent9c3e2e43bde0c03ec012b83cd501a93a9ec4025e (diff)
downloadscummvm-rg350-2d6be5d0771ef3c3ac5d7dac1bdb5b0aab4793c6.tar.gz
scummvm-rg350-2d6be5d0771ef3c3ac5d7dac1bdb5b0aab4793c6.tar.bz2
scummvm-rg350-2d6be5d0771ef3c3ac5d7dac1bdb5b0aab4793c6.zip
COMMON: Move more stuff from scummsys.h to portdefs.h
Diffstat (limited to 'common')
-rw-r--r--common/scummsys.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index cc8f3b987a..3000091199 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -225,17 +225,7 @@
// Some more system specific settings.
// TODO/FIXME: All of these should be moved to backend specific files (such as portdefs.h)
//
-#if defined(__SYMBIAN32__)
-
- #define SMALL_SCREEN_DEVICE
-
-#elif defined(_WIN32_WCE)
-
- #if _WIN32_WCE < 300
- #define SMALL_SCREEN_DEVICE
- #endif
-
-#elif defined(DINGUX)
+#if defined(DINGUX)
// Very BAD hack following, used to avoid triggering an assert in uClibc dingux library
// "toupper" when pressing keyboard function keys.