From 981cad2d0ed69666b31f423bd678aaa43521acf7 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 14 Nov 2002 15:00:52 +0000 Subject: cleanup svn-id: r5552 --- common/main.cpp | 1 - common/scummsys.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'common') diff --git a/common/main.cpp b/common/main.cpp index 1df412a552..331d48e827 100644 --- a/common/main.cpp +++ b/common/main.cpp @@ -180,7 +180,6 @@ int main(int argc, char *argv[]) prop.caption = "ScummVM"; system->property(OSystem::PROP_SET_WINDOW_CAPTION, &prop); - // Create the GUI manager g_gui = new NewGui(system); diff --git a/common/scummsys.h b/common/scummsys.h index c9763e4860..e396322ae0 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -91,7 +91,7 @@ const bool true(1), false(0); #define START_PACK_STRUCTS pack (push,1) #define END_PACK_STRUCTS pack(pop) -#elif defined(UNIX) || defined(__APPLE__) +#elif defined(UNIX) #define scumm_stricmp strcasecmp -- cgit v1.2.3