Removed extern declaration of not existing SDL_numhaptics from internal header.

main
Philipp Wiesemann 2014-12-11 23:38:02 +01:00
parent 0f87761bf3
commit e2a5c1d203
1 changed files with 0 additions and 6 deletions

View File

@ -27,12 +27,6 @@
#include "SDL_haptic.h" #include "SDL_haptic.h"
/*
* Number of haptic devices on the system.
*/
extern Uint8 SDL_numhaptics;
struct haptic_effect struct haptic_effect
{ {
SDL_HapticEffect effect; /* The current event */ SDL_HapticEffect effect; /* The current event */