aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJohannes Schickel2008-12-08 21:48:29 +0000
committerJohannes Schickel2008-12-08 21:48:29 +0000
commit3334af5507db24208ca8a6f1aa8852281a017f82 (patch)
treedb3a5cf9252cb76878c2d2b9f708a96e5ca1077f /common
parent1eefecffa4670130008a9094c2855e4b1b9fe3a3 (diff)
downloadscummvm-rg350-3334af5507db24208ca8a6f1aa8852281a017f82.tar.gz
scummvm-rg350-3334af5507db24208ca8a6f1aa8852281a017f82.tar.bz2
scummvm-rg350-3334af5507db24208ca8a6f1aa8852281a017f82.zip
Removed last traces of X11 backend.
svn-id: r35287
Diffstat (limited to 'common')
-rw-r--r--common/scummsys.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 0d6ec4ee82..c349cc8c83 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -251,12 +251,6 @@
#define scumm_strnicmp strncasecmp
#ifndef CONFIG_H
- #ifdef X11_BACKEND
-
- // You need to set this manually if necessary
- // #define SCUMM_LITTLE_ENDIAN
-
- #else
/* need this for the SDL_BYTEORDER define */
#include <SDL_byteorder.h>
@@ -267,7 +261,6 @@
#else
#error Neither SDL_BIG_ENDIAN nor SDL_LIL_ENDIAN is set.
#endif
- #endif
#endif
// You need to set this manually if necessary