]> git.mxchange.org Git - flightgear.git/commitdiff
remove obsolete fgcommands
authormfranz <mfranz>
Mon, 8 May 2006 14:56:46 +0000 (14:56 +0000)
committermfranz <mfranz>
Mon, 8 May 2006 14:56:46 +0000 (14:56 +0000)
src/GUI/gui_funcs.cxx

index b79678998490f2ec0687f204cc7818c8a3007678..ae97e47193966e069f424609002f32d937edcefc 100644 (file)
@@ -138,14 +138,7 @@ const __fg_gui_fn_t __fg_gui_fn[] = {
         {"fgPresetGlideslope", fgPresetGlideslope},
         {"fgPresetAirspeed", fgPresetAirspeed},
         {"fgPresetCommit", fgPresetCommit},
-
-        // Autopilot
-/*
-        {"AddWayPoint", AddWayPoint},
-        {"PopWayPoint", PopWayPoint},
-        {"ClearRoute", ClearRoute},
         {"fgLatLonFormatToggle", fgLatLonFormatToggle},
-*/
 
         // Help
         {"helpCb", helpCb},