From: James Turner Date: Thu, 14 Nov 2013 22:19:13 +0000 (+0000) Subject: Kill some archaic options. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1f7fdc3e0756eed0c075f74aa12f08fab91c8203;p=flightgear.git Kill some archaic options. --- diff --git a/src/Main/options.cxx b/src/Main/options.cxx index 306bd4fe2..f0906b966 100644 --- a/src/Main/options.cxx +++ b/src/Main/options.cxx @@ -161,9 +161,7 @@ fgSetDefaults () fgSetBool("/sim/presets/trim", false); // Miscellaneous - fgSetBool("/sim/startup/game-mode", false); fgSetBool("/sim/startup/splash-screen", true); - fgSetBool("/sim/startup/intro-music", true); // we want mouse-pointer to have an undefined value if nothing is // specified so we can do the right thing for voodoo-1/2 cards. // fgSetString("/sim/startup/mouse-pointer", "disabled"); @@ -1312,12 +1310,8 @@ struct OptionDesc { {"disable-rembrandt", false, OPTION_BOOL, "/sim/rendering/rembrandt/enabled", false, "", 0 }, {"enable-rembrandt", false, OPTION_BOOL, "/sim/rendering/rembrandt/enabled", true, "", 0 }, {"renderer", true, OPTION_STRING, "/sim/rendering/rembrandt/renderer", false, "", 0 }, - {"disable-game-mode", false, OPTION_BOOL, "/sim/startup/game-mode", false, "", 0 }, - {"enable-game-mode", false, OPTION_BOOL, "/sim/startup/game-mode", true, "", 0 }, {"disable-splash-screen", false, OPTION_BOOL, "/sim/startup/splash-screen", false, "", 0 }, {"enable-splash-screen", false, OPTION_BOOL, "/sim/startup/splash-screen", true, "", 0 }, - {"disable-intro-music", false, OPTION_BOOL, "/sim/startup/intro-music", false, "", 0 }, - {"enable-intro-music", false, OPTION_BOOL, "/sim/startup/intro-music", true, "", 0 }, {"disable-mouse-pointer", false, OPTION_STRING, "/sim/startup/mouse-pointer", false, "disabled", 0 }, {"enable-mouse-pointer", false, OPTION_STRING, "/sim/startup/mouse-pointer", false, "enabled", 0 }, {"disable-random-objects", false, OPTION_BOOL, "/sim/rendering/random-objects", false, "", 0 },