remove obsolete HUD fgcommands
This commit is contained in:
parent
95da0171a0
commit
14ab303877
1 changed files with 0 additions and 16 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Reference in a new issue