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>
{"fgPresetGlideslope", fgPresetGlideslope},
{"fgPresetAirspeed", fgPresetAirspeed},
{"fgPresetCommit", fgPresetCommit},
- {"fgLatLonFormatToggle", fgLatLonFormatToggle},
// Help
{"helpCb", helpCb},
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)
{ "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 }
};