]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud.hxx
Fix MSVC compilation
[flightgear.git] / src / Cockpit / hud.hxx
index 831aa00f59c77817ce5a8e1c4c9850dc5a0769f8..3774767b668cb65a2446ebaf7863a5ac87c8bb48 100644 (file)
@@ -62,8 +62,6 @@ namespace osg {
 #include <Main/globals.hxx>
 #include <Main/viewmgr.hxx>
 
-#include <plib/sg.h>
-
 class FGRunway;
 
 using std::deque;
@@ -276,7 +274,7 @@ public:
 
     void Draw(fntRenderer *fnt) {
         if (digit) {
-            int c=0,i=0;
+            int c=0;
             
             int p=4;