]> git.mxchange.org Git - flightgear.git/commitdiff
- no longer include joystick.hxx
authorcurt <curt>
Mon, 4 Jun 2001 21:07:27 +0000 (21:07 +0000)
committercurt <curt>
Mon, 4 Jun 2001 21:07:27 +0000 (21:07 +0000)
src/Main/fg_init.cxx

index d5e124f6d5d71683fc8cf2044529685a6363691b..079cd4f232931b867c65ca2c5fcd81148e7a6c45 100644 (file)
@@ -81,7 +81,7 @@
 #include <FDM/MagicCarpet.hxx>
 #include <Include/general.hxx>
 #include <Input/input.hxx>
-#include <Joystick/joystick.hxx>
+// #include <Joystick/joystick.hxx>
 #include <Objects/matlib.hxx>
 #include <Navaids/fixlist.hxx>
 #include <Navaids/ilslist.hxx>
@@ -706,9 +706,9 @@ bool fgInitSubsystems( void ) {
     // Initialize the joystick subsystem.
     ////////////////////////////////////////////////////////////////////
 
-    if ( ! fgJoystickInit() ) {
-       SG_LOG( SG_GENERAL, SG_ALERT, "Error in Joystick initialization!" );
-    }
+    // if ( ! fgJoystickInit() ) {
+    //   SG_LOG( SG_GENERAL, SG_ALERT, "Error in Joystick initialization!" );
+    // }
 
 
     ////////////////////////////////////////////////////////////////////