remove obsolete "lon/lat format" commands that have been labeled "deprecated"
and "will very soon be removed" since years
This commit is contained in:
parent
af0ad80b51
commit
e2deb397a9
2 changed files with 0 additions and 12 deletions
|
@ -96,8 +96,6 @@
|
||||||
SG_USING_STD(string);
|
SG_USING_STD(string);
|
||||||
SG_USING_STD(cout);
|
SG_USING_STD(cout);
|
||||||
|
|
||||||
// from cockpit.cxx
|
|
||||||
extern void fgLatLonFormatToggle( puObject *);
|
|
||||||
|
|
||||||
#if defined( TR_HIRES_SNAP)
|
#if defined( TR_HIRES_SNAP)
|
||||||
#include <simgear/screen/tr.h>
|
#include <simgear/screen/tr.h>
|
||||||
|
@ -138,7 +136,6 @@ const __fg_gui_fn_t __fg_gui_fn[] = {
|
||||||
{"fgPresetGlideslope", fgPresetGlideslope},
|
{"fgPresetGlideslope", fgPresetGlideslope},
|
||||||
{"fgPresetAirspeed", fgPresetAirspeed},
|
{"fgPresetAirspeed", fgPresetAirspeed},
|
||||||
{"fgPresetCommit", fgPresetCommit},
|
{"fgPresetCommit", fgPresetCommit},
|
||||||
{"fgLatLonFormatToggle", fgLatLonFormatToggle},
|
|
||||||
|
|
||||||
// Help
|
// Help
|
||||||
{"helpCb", helpCb},
|
{"helpCb", helpCb},
|
||||||
|
|
|
@ -62,14 +62,6 @@ do_properties_dialog (const SGPropertyNode * arg)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
extern void fgLatLonFormatToggle (puObject *);
|
|
||||||
static bool
|
|
||||||
do_lat_lon_format_dialog (const SGPropertyNode * arg)
|
|
||||||
{
|
|
||||||
fgLatLonFormatToggle(0);
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
extern void helpCb (puObject *);
|
extern void helpCb (puObject *);
|
||||||
static bool
|
static bool
|
||||||
do_help_dialog (const SGPropertyNode * arg)
|
do_help_dialog (const SGPropertyNode * arg)
|
||||||
|
@ -90,7 +82,6 @@ static struct {
|
||||||
{ "old-print-dialog", do_print_dialog },
|
{ "old-print-dialog", do_print_dialog },
|
||||||
#endif
|
#endif
|
||||||
{ "old-properties-dialog", do_properties_dialog },
|
{ "old-properties-dialog", do_properties_dialog },
|
||||||
{ "old-lat-lon-format-dialog", do_lat_lon_format_dialog },
|
|
||||||
{ "old-help-dialog", do_help_dialog },
|
{ "old-help-dialog", do_help_dialog },
|
||||||
{ 0, 0 }
|
{ 0, 0 }
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue