]> 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 3b3285dfa5299487faf2d3b3e1c2b02b0a8f6c02..18e0ef636308373a45f1d7501301c80cf3577744 100644 (file)
@@ -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];