From e2a5c1d203ba2ab3917075bcd31e4b81b3a85676 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Thu, 11 Dec 2014 23:38:02 +0100 Subject: [PATCH] Removed extern declaration of not existing SDL_numhaptics from internal header. --- src/haptic/SDL_syshaptic.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/haptic/SDL_syshaptic.h b/src/haptic/SDL_syshaptic.h index c808adc30..fa91f9beb 100644 --- a/src/haptic/SDL_syshaptic.h +++ b/src/haptic/SDL_syshaptic.h @@ -27,12 +27,6 @@ #include "SDL_haptic.h" -/* - * Number of haptic devices on the system. - */ -extern Uint8 SDL_numhaptics; - - struct haptic_effect { SDL_HapticEffect effect; /* The current event */