diff --git a/src/video/kmsdrm/SDL_kmsdrmevents.h b/src/video/kmsdrm/SDL_kmsdrmevents.h index e63136717b..0f9bb8693f 100644 --- a/src/video/kmsdrm/SDL_kmsdrmevents.h +++ b/src/video/kmsdrm/SDL_kmsdrmevents.h @@ -25,7 +25,5 @@ #define SDL_kmsdrmevents_h_ extern void KMSDRM_PumpEvents(SDL_VideoDevice *_this); -extern void KMSDRM_EventInit(SDL_VideoDevice *_this); -extern void KMSDRM_EventQuit(SDL_VideoDevice *_this); #endif /* SDL_kmsdrmevents_h_ */ diff --git a/src/video/raspberry/SDL_rpievents_c.h b/src/video/raspberry/SDL_rpievents_c.h index f56bee883c..5bdd916354 100644 --- a/src/video/raspberry/SDL_rpievents_c.h +++ b/src/video/raspberry/SDL_rpievents_c.h @@ -25,7 +25,5 @@ #include "SDL_rpivideo.h" void RPI_PumpEvents(SDL_VideoDevice *_this); -void RPI_EventInit(SDL_VideoDevice *_this); -void RPI_EventQuit(SDL_VideoDevice *_this); #endif /* SDL_rpievents_c_h_ */