aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorChris Apers2007-09-01 19:13:04 +0000
committerChris Apers2007-09-01 19:13:04 +0000
commit500481c4ec684bc943ea5e4c30786bec49871629 (patch)
tree97d4899c4a80107d96b9d22dd005eb45935ac538 /base
parent88b74c5c91478ea017fa247a2f92fab957257122 (diff)
downloadscummvm-rg350-500481c4ec684bc943ea5e4c30786bec49871629.tar.gz
scummvm-rg350-500481c4ec684bc943ea5e4c30786bec49871629.tar.bz2
scummvm-rg350-500481c4ec684bc943ea5e4c30786bec49871629.zip
Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)
svn-id: r28803
Diffstat (limited to 'base')
-rw-r--r--base/main.cpp7
1 files changed, 0 insertions, 7 deletions
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")) {