浏览代码

Removed some function declarations that don't actually exist.

Reference Issue #8554.

(cherry picked from commit 87875a49b4cfc277aba6d2c4c32769a29767e561)
Ryan C. Gordon 1 年之前
父节点
当前提交
e9659f5738
共有 2 个文件被更改,包括 0 次插入4 次删除
  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_
 #define SDL_kmsdrmevents_h_
 
 
 extern void KMSDRM_PumpEvents(SDL_VideoDevice *_this);
 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_ */
 #endif /* SDL_kmsdrmevents_h_ */

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

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