mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-09 05:18:39 +00:00
Removed some function declarations that don't actually exist.
Reference Issue #8554.
This commit is contained in:
@@ -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_ */
|
||||
|
||||
@@ -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_ */
|
||||
|
||||
Reference in New Issue
Block a user