aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
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")) {