diff options
| author | Max Horn | 2003-10-17 17:05:19 +0000 |
|---|---|---|
| committer | Max Horn | 2003-10-17 17:05:19 +0000 |
| commit | 4ae61964f2684f28931a2d88ab73f34a0efc3797 (patch) | |
| tree | bf734b1876c055643a3707ffaac4ebf8543a8858 /base/gameDetector.cpp | |
| parent | 8ab81c25339770912ea96680ff65e55d8f1c6236 (diff) | |
| download | scummvm-rg350-4ae61964f2684f28931a2d88ab73f34a0efc3797.tar.gz scummvm-rg350-4ae61964f2684f28931a2d88ab73f34a0efc3797.tar.bz2 scummvm-rg350-4ae61964f2684f28931a2d88ab73f34a0efc3797.zip | |
cleanup
svn-id: r10874
Diffstat (limited to 'base/gameDetector.cpp')
| -rw-r--r-- | base/gameDetector.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp index 45edfb1363..b2447f1c18 100644 --- a/base/gameDetector.cpp +++ b/base/gameDetector.cpp @@ -48,17 +48,6 @@ current_option = NULL // DONT FIXME: DO NOT ORDER ALPHABETICALY, THIS IS ORDERED BY IMPORTANCE/CATEGORY! :) -// FIXME: Reconsider and reevaluate our command line options. I propose some changes: -// * add long alternatives for (almost?) all options. There should be some generic way -// to specify this, in order to avoid code duplication and to simplify the code -// * some more obscure options which currently have a single-letter options assigned -// really don't need it. E.g. the "-t<NUM>" option probably is rarely used, and anybody -// who needs it should still be happy with "--tempo=NUM" -// This will make room in the ranks of single-letter options for other more useful options -// (for example, "-t" could stand for "List (T)argets") -// * -y, -t, -c, -j all are candidates for this, IMHO: their settings are rather obscure, -// and anybody who needs them always should put them into the config file anyway -// #ifdef __PALM_OS__ static const char USAGE_STRING[] = "NoUsageString"; // save more data segment space #else @@ -201,8 +190,6 @@ GameDetector::GameDetector() { _dumpScripts = false; _midi_driver = MD_AUTO; - _saveconfig = false; - _game.features = 0; _plugin = 0; } |
