From f375f649c166a465f0bfb143aacb43359f656d48 Mon Sep 17 00:00:00 2001 From: mfranz Date: Mon, 10 Mar 2008 17:08:37 +0000 Subject: [PATCH] remove redundant --airport-id option (OK'ed by Curt, no longer used by fgrun) --- src/Main/options.cxx | 1 - 1 file changed, 1 deletion(-) 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 },