mirror of https://github.com/encounter/SDL.git
Removed extern declaration of not existing SDL_numhaptics from internal header.
This commit is contained in:
parent
0f87761bf3
commit
e2a5c1d203
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue