From: curt Date: Mon, 4 Jun 2001 21:07:27 +0000 (+0000) Subject: - no longer include joystick.hxx X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d2a20a382421fe74bc59cf4a77e0f3d33fb75a81;p=flightgear.git - no longer include joystick.hxx --- diff --git a/src/Main/fg_init.cxx b/src/Main/fg_init.cxx index d5e124f6d..079cd4f23 100644 --- a/src/Main/fg_init.cxx +++ b/src/Main/fg_init.cxx @@ -81,7 +81,7 @@ #include #include #include -#include +// #include #include #include #include @@ -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!" ); + // } ////////////////////////////////////////////////////////////////////