]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/fgjs.cxx
- adjusted for no-value constructor for FGPanel
[flightgear.git] / src / Input / fgjs.cxx
index e9ed0aa72639f3f77482279780617f0cdf87f9f0..59ea34a9b24a262c5c59558e2c913f2c6b7dd921 100644 (file)
@@ -26,7 +26,6 @@
 #include STL_FSTREAM
 #include STL_STRING
 
-#include <jssuper.h>
 #include <jsinput.h>
 
 SG_USING_STD(string);
@@ -119,7 +118,7 @@ int main(void) {
   jsSuper *jss=new jsSuper();
   jsInput *jsi=new jsInput(jss);
   jsi->displayValues(false);
-  int i;
+  // int i;
   int control=0;