From d2a20a382421fe74bc59cf4a77e0f3d33fb75a81 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 4 Jun 2001 21:07:27 +0000 Subject: [PATCH] - no longer include joystick.hxx --- src/Main/fg_init.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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!" ); + // } //////////////////////////////////////////////////////////////////// -- 2.39.5