1
0
Fork 0

remove obsolete "lon/lat format" commands that have been labeled "deprecated"

and "will very soon be removed" since years
This commit is contained in:
mfranz 2006-06-17 16:37:33 +00:00
parent af0ad80b51
commit e2deb397a9
2 changed files with 0 additions and 12 deletions

View file

@ -96,8 +96,6 @@
SG_USING_STD(string);
SG_USING_STD(cout);
// from cockpit.cxx
extern void fgLatLonFormatToggle( puObject *);
#if defined( TR_HIRES_SNAP)
#include <simgear/screen/tr.h>
@ -138,7 +136,6 @@ const __fg_gui_fn_t __fg_gui_fn[] = {
{"fgPresetGlideslope", fgPresetGlideslope},
{"fgPresetAirspeed", fgPresetAirspeed},
{"fgPresetCommit", fgPresetCommit},
{"fgLatLonFormatToggle", fgLatLonFormatToggle},
// Help
{"helpCb", helpCb},

View file

@ -62,14 +62,6 @@ do_properties_dialog (const SGPropertyNode * arg)
return true;
}
extern void fgLatLonFormatToggle (puObject *);
static bool
do_lat_lon_format_dialog (const SGPropertyNode * arg)
{
fgLatLonFormatToggle(0);
return true;
}
extern void helpCb (puObject *);
static bool
do_help_dialog (const SGPropertyNode * arg)
@ -90,7 +82,6 @@ static struct {
{ "old-print-dialog", do_print_dialog },
#endif
{ "old-properties-dialog", do_properties_dialog },
{ "old-lat-lon-format-dialog", do_lat_lon_format_dialog },
{ "old-help-dialog", do_help_dialog },
{ 0, 0 }
};