diff --git a/Source/nragev20/NRagePluginV2.cpp b/Source/nragev20/NRagePluginV2.cpp index 333380be3..6430e29bc 100644 --- a/Source/nragev20/NRagePluginV2.cpp +++ b/Source/nragev20/NRagePluginV2.cpp @@ -409,11 +409,7 @@ EXPORT void CALL InitiateControllers (CONTROL_INFO * ControlInfo) LeaveCriticalSection( &g_critical ); -#if SPECS_VERSION == 0x0100 - FillControls(Controls); -#elif SPECS_VERSION >= 0x0101 FillControls(ControlInfo->Controls); -#endif // SPECS_VERSION return; } // end InitiateControllers