From: mfranz Date: Mon, 10 Mar 2008 17:08:37 +0000 (+0000) Subject: remove redundant --airport-id option (OK'ed by Curt, no longer used by fgrun) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f375f649c166a465f0bfb143aacb43359f656d48;p=flightgear.git remove redundant --airport-id option (OK'ed by Curt, no longer used by fgrun) --- diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 9eb8956c7..fa91c3952 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -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 },