From 5424c65f00a6bd248261ae7cf662c6a89f2c6ea4 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 11 Jan 2003 16:27:56 +0000 Subject: [PATCH] Removed #ifdef FG_PLIB_JOYSTICK_GETNAME -- it's in 1.6, so we can rely on it. --- src/Input/input.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Input/input.cxx b/src/Input/input.cxx index 302ab8e08..59d874bdb 100644 --- a/src/Input/input.cxx +++ b/src/Input/input.cxx @@ -488,7 +488,6 @@ FGInput::_init_joystick () SG_LOG(SG_INPUT, SG_WARN, "Joystick " << i << " not found"); continue; } else { -#ifdef FG_PLIB_JOYSTICK_GETNAME bool found_js = false; const char * name = js->getName(); SG_LOG(SG_INPUT, SG_INFO, "Looking for bindings for joystick \"" @@ -510,7 +509,6 @@ FGInput::_init_joystick () if (found_js) break; } -#endif } #ifdef WIN32 JOYCAPS jsCaps ; -- 2.39.5