# HG changeset patch # User Philipp Wiesemann # Date 1418337482 -3600 # Node ID 5c894fec85b9e87240af4e1df2de8f0129ced4c2 # Parent 8f71cb5dc0992ee3a37c57da9d610f53425291cd Removed extern declaration of not existing SDL_numhaptics from internal header. diff -r 8f71cb5dc099 -r 5c894fec85b9 src/haptic/SDL_syshaptic.h --- a/src/haptic/SDL_syshaptic.h Wed Dec 10 21:20:41 2014 +0100 +++ b/src/haptic/SDL_syshaptic.h Thu Dec 11 23:38:02 2014 +0100 @@ -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 */