From 14ab3038778f1207657ae4681365e7d0b5eb55e2 Mon Sep 17 00:00:00 2001 From: mfranz Date: Wed, 7 Jun 2006 17:59:28 +0000 Subject: [PATCH] remove obsolete HUD fgcommands --- src/Main/fg_commands.cxx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index 5a4b58762..921f28714 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -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}, -- 2.39.5