]> git.mxchange.org Git - flightgear.git/commitdiff
remove obsolete HUD fgcommands
authormfranz <mfranz>
Wed, 7 Jun 2006 17:59:28 +0000 (17:59 +0000)
committermfranz <mfranz>
Wed, 7 Jun 2006 17:59:28 +0000 (17:59 +0000)
src/Main/fg_commands.cxx

index 5a4b58762717dbc4b468fd04b6d4e2d27d6b17da..921f287142685451cb79f61fe57f32f1ce071aae 100644 (file)
@@ -1256,20 +1256,6 @@ do_increase_visibility (const SGPropertyNode * arg)
     return true;
 }
 
-static bool
-do_hud_brightkey(const SGPropertyNode *)
-{
-    HUD_brightkey( true );
-    return true;
-}
-
-static bool
-do_hud_masterswitch(const SGPropertyNode *)
-{
-    HUD_masterswitch( true );
-    return true;
-}
-
 static bool
 do_hud_init(const SGPropertyNode *)
 {
@@ -1455,8 +1441,6 @@ static struct {
     { "replay", do_replay },
     { "decrease-visibility", do_decrease_visibility },
     { "increase-visibility", do_increase_visibility },
-    { "hud-brightkey", do_hud_brightkey },
-    { "hud-masterswitch", do_hud_masterswitch },
     { "hud-init", do_hud_init },
     { "hud-init2", do_hud_init2 },
     { "loadxml", do_load_xml_to_proptree},