Removed some function declarations that don't actually exist.

Reference Issue #8554.
This commit is contained in:
Ryan C. Gordon 2023-11-22 17:53:57 -05:00
parent 17e62abb6d
commit 87875a49b4
No known key found for this signature in database
GPG key ID: FA148B892AB48044
2 changed files with 0 additions and 4 deletions

View file

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

View file

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