diff options
Diffstat (limited to 'source/in_dx.c')
-rw-r--r-- | source/in_dx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/in_dx.c b/source/in_dx.c index 839925a..684853a 100644 --- a/source/in_dx.c +++ b/source/in_dx.c @@ -22,8 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // win_dinput.c - DirectInput 7 mouse driver // -#if USE_DINPUT - #include "win_local.h" #define DIRECTINPUT_VERSION 0x0700 @@ -328,4 +326,3 @@ void DI_FillAPI( inputAPI_t *api ) { api->ClearStates = DI_ClearMouseStates; } -#endif // USE_DINPUT |