]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/cockpit.cxx
- modified FGBinding to keep a local copy of the argument property
[flightgear.git] / src / Cockpit / cockpit.cxx
index 29d825bdcfee328d3eaf742d9ff2bc5fe90b14e1..b88c5e93e5d3df82256528815438ffe5a1954ee4 100644 (file)
@@ -714,7 +714,7 @@ void fgCockpitUpdate( void ) {
     int iwidth   = xsize_node->getIntValue();
     int iheight  = ysize_node->getIntValue();
     float width  = iwidth;
-    float height = iheight;
+    // float height = iheight;
 
                                // FIXME: inefficient
     if ( hud_visibility_node->getBoolValue() ) {