]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud.cxx
The code to find the highest hit below you didn't work quite right when
[flightgear.git] / src / Cockpit / hud.cxx
index 10762dbd8f5e2ffbad9461cb812e5fe6ee5a65eb..18e0ef636308373a45f1d7501301c80cf3577744 100644 (file)
@@ -21,7 +21,7 @@
 // $Id$
 
 #include <simgear/compiler.h>
-#include <simgear/misc/exception.hxx>
+#include <simgear/structure/exception.hxx>
 
 #include STL_STRING
 #include STL_FSTREAM
@@ -54,9 +54,6 @@
 #include <GUI/gui.h>
 #include <Main/globals.hxx>
 #include <Main/fg_props.hxx>
-#ifdef FG_NETWORK_OLK
-#include <NetworkOLK/network.h>
-#endif
 #include <Scenery/scenery.hxx>
 
 #if defined ( __sun__ ) || defined ( __sgi )
@@ -1165,12 +1162,6 @@ void drawHUD()
 
     HUD_TextList.add( fgText(40, 10, get_formated_gmt_time(), 0) );
 
-#ifdef FG_NETWORK_OLK
-    if ( net_hud_display ) {
-        net_hud_update();
-    }
-#endif
-
 
     int apY = 480 - 80;
     // char scratch[128];