From 87ef4dbd660f635575fed98ccd150450e0140938 Mon Sep 17 00:00:00 2001 From: Pawel Kolodziejski Date: Tue, 26 May 2009 10:27:51 +0000 Subject: [PATCH] update --- base/commandLine.cpp | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/base/commandLine.cpp b/base/commandLine.cpp index 3846fe77acd..1d07640feac 100644 --- a/base/commandLine.cpp +++ b/base/commandLine.cpp @@ -240,9 +240,6 @@ Common::String parseCommandLine(Common::StringMap &settings, int argc, const cha DO_OPTION('c', "config") END_OPTION - DO_OPTION_INT('b', "boot-param") - END_OPTION - DO_OPTION_OPT('d', "debuglevel", "0") END_OPTION @@ -283,18 +280,6 @@ Common::String parseCommandLine(Common::StringMap &settings, int argc, const cha DO_LONG_OPTION("engine-speed") END_OPTION - DO_LONG_OPTION("manny-state") - END_OPTION - - DO_LONG_OPTION("movement") - END_OPTION - - DO_LONG_OPTION("transcript") - END_OPTION - - DO_LONG_OPTION("game-devel-mode") - END_OPTION - DO_LONG_OPTION("gamma") END_OPTION