]> git.mxchange.org Git - flightgear.git/commitdiff
remove redundant --airport-id option (OK'ed by Curt, no longer used by fgrun)
authormfranz <mfranz>
Mon, 10 Mar 2008 17:08:37 +0000 (17:08 +0000)
committermfranz <mfranz>
Mon, 10 Mar 2008 17:08:37 +0000 (17:08 +0000)
src/Main/options.cxx

index 9eb8956c732a31585262bf7833bf4ec2c27dbd21..fa91c395237f71fff7cf4ff15dc7e2ffc168101c 100644 (file)
@@ -1275,7 +1275,6 @@ struct OptionDesc {
     {"disable-sound",                false, OPTION_BOOL,   "/sim/sound/pause", true, "", 0 },
     {"enable-sound",                 false, OPTION_BOOL,   "/sim/sound/pause", false, "", 0 },
     {"airport",                      true,  OPTION_STRING, "/sim/presets/airport-id", false, "", 0 },
-    {"airport-id",                   true,  OPTION_STRING, "/sim/presets/airport-id", false, "", 0 },
     {"runway",                       true,  OPTION_FUNC,   "", false, "", fgOptRunway },
     {"vor",                          true,  OPTION_FUNC,   "", false, "", fgOptVOR },
     {"ndb",                          true,  OPTION_FUNC,   "", false, "", fgOptNDB },