aboutsummaryrefslogtreecommitdiff
path: root/base/commandLine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/commandLine.cpp')
-rw-r--r--base/commandLine.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 39d4028e42..da8356acff 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -663,9 +663,6 @@ bool processSettings(Common::String &command, Common::StringMap &settings) {
// Handle commands passed via the command line (like --list-targets and
// --list-games). This must be done after the config file and the plugins
// have been loaded.
- // FIXME: The way are are doing this is rather arbitrary at this time.
- // E.g. --version and --help are very similar, but are still handled
- // inside parseCommandLine. This should be unified.
if (command == "list-targets") {
listTargets();
return false;