Browse Source

Removed some function declarations that don't actually exist.

Reference Issue #8554.
Ryan C. Gordon 1 year ago
parent
commit
87875a49b4
2 changed files with 0 additions and 4 deletions
  1. 0 2
      src/video/kmsdrm/SDL_kmsdrmevents.h
  2. 0 2
      src/video/raspberry/SDL_rpievents_c.h

+ 0 - 2
src/video/kmsdrm/SDL_kmsdrmevents.h

@@ -25,7 +25,5 @@
 #define SDL_kmsdrmevents_h_
 
 extern void KMSDRM_PumpEvents(_THIS);
-extern void KMSDRM_EventInit(_THIS);
-extern void KMSDRM_EventQuit(_THIS);
 
 #endif /* SDL_kmsdrmevents_h_ */

+ 0 - 2
src/video/raspberry/SDL_rpievents_c.h

@@ -25,7 +25,5 @@
 #include "SDL_rpivideo.h"
 
 void RPI_PumpEvents(_THIS);
-void RPI_EventInit(_THIS);
-void RPI_EventQuit(_THIS);
 
 #endif /* SDL_rpievents_c_h_ */