소스 검색

Removed extern declaration of not existing SDL_numhaptics from internal header.

Philipp Wiesemann 10 년 전
부모
커밋
e2a5c1d203
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      src/haptic/SDL_syshaptic.h

+ 0 - 6
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 */