Commit e2a5c1d203ba2ab3917075bcd31e4b81b3a85676

Philipp Wiesemann 2014-12-11T23:38:02

Removed extern declaration of not existing SDL_numhaptics from internal header.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/src/haptic/SDL_syshaptic.h b/src/haptic/SDL_syshaptic.h
index c808adc..fa91f9b 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 */