aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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