From 5b188353de50190dea8df123891f5934d8d94ed7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 1 Dec 2002 20:29:20 +0000 Subject: OS X app bundle should contain static linked executable; 'bool' is part of the C++ standard svn-id: r5795 --- common/scummsys.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'common/scummsys.h') 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 -- cgit v1.2.3