aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2002-11-14 15:00:52 +0000
committerMax Horn2002-11-14 15:00:52 +0000
commit981cad2d0ed69666b31f423bd678aaa43521acf7 (patch)
treeb8c2676449657a9b26da70c74cdb7ce641564773
parentbba16ed7756572db0d17c5f41aa2d61073a979fc (diff)
downloadscummvm-rg350-981cad2d0ed69666b31f423bd678aaa43521acf7.tar.gz
scummvm-rg350-981cad2d0ed69666b31f423bd678aaa43521acf7.tar.bz2
scummvm-rg350-981cad2d0ed69666b31f423bd678aaa43521acf7.zip
cleanup
svn-id: r5552
-rw-r--r--common/main.cpp1
-rw-r--r--common/scummsys.h2
2 files changed, 1 insertions, 2 deletions
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