aboutsummaryrefslogtreecommitdiff
path: root/common/scummsys.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/scummsys.h')
-rw-r--r--common/scummsys.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/scummsys.h b/common/scummsys.h
index 064e9212d1..8b0e7fea29 100644
--- a/common/scummsys.h
+++ b/common/scummsys.h
@@ -26,11 +26,6 @@
// TODO - use config.h, generated by configure
//#include "config.h"
-#if defined(HAVE_NO_BOOL)
-typedef int bool;
-const bool true(1), false(0);
-#endif /* HAVE_NO_BOOL */
-
#if defined(USE_MAD) || defined(USE_VORBIS)
#define COMPRESSED_SOUND_FILE
#endif