]> git.mxchange.org Git - flightgear.git/blobdiff - utils/fgpanel/panel.cxx
fgelev: tool to query scenery elevation.
[flightgear.git] / utils / fgpanel / panel.cxx
index 06a6159dbf99c4dea80f84682243c366419d3f7e..45620d22a2a4f6d91b33493036ec46aa855fb043 100644 (file)
@@ -40,7 +40,6 @@
 #include <plib/fnt.h>
 
 #include <simgear/debug/logstream.hxx>
-#include <simgear/math/SGMath.hxx>
 #include <simgear/misc/sg_path.hxx>
 
 #include "panel.hxx"
@@ -285,7 +284,7 @@ GLuint FGPanel::getInitDisplayList()
 void
 FGPanel::update (double dt)
 {
-  glCallList(getInitDisplayList());
+  /*glCallList*/(getInitDisplayList());
 
   // Draw the instruments.
   // Syd Adams: added instrument clipping