]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/gui.cxx
Fix the nmea and garmin output to a) fake a GSA sentence, b) fix a y2k bug
[flightgear.git] / src / GUI / gui.cxx
index 4f07a7049cffe9a23171221e4e90c10f7c09b1c2..48deee30cd54fa5ac836d0b3b20391e99f7830fb 100644 (file)
@@ -48,7 +48,6 @@
 
 #include "gui.h"
 #include "gui_local.hxx"
-#include "net_dlg.hxx"
 #include "preset_dlg.hxx"
 
 
@@ -126,10 +125,5 @@ void guiInit()
     ConfirmExitDialogInit();
     fgPresetInit();
        
-#ifdef FG_NETWORK_OLK
-    NewNetIdInit();
-    NewNetFGDInit();
-#endif
-
     mkDialogInit();
 }