From 500481c4ec684bc943ea5e4c30786bec49871629 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sat, 1 Sep 2007 19:13:04 +0000 Subject: Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) svn-id: r28803 --- base/main.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'base') diff --git a/base/main.cpp b/base/main.cpp index d8239db6e4..236156a053 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -52,10 +52,6 @@ #include "gui/launcher.h" #endif -#ifdef PALMOS_68K -#include "args.h" -#endif - static bool launcherDialog(OSystem &system) { @@ -249,9 +245,6 @@ extern "C" int scummvm_main(int argc, char *argv[]) { // Parse the command line Common::StringMap settings; command = Base::parseCommandLine(settings, argc, argv); -#ifdef PALMOS_68K - ArgsFree(argv); -#endif // Load the config file (possibly overriden via command line): if (settings.contains("config")) { -- cgit v1.2.3