mirror of https://github.com/mgba-emu/mgba.git
Remove prototype for removed function
This commit is contained in:
parent
94d091b6ed
commit
30fa9d8675
|
@ -27,6 +27,4 @@ void GBASDLDeinitEvents(struct GBASDLEvents*);
|
|||
|
||||
void GBASDLHandleEvent(struct GBAThread* context, struct GBASDLEvents* sdlContext, const union SDL_Event* event);
|
||||
|
||||
enum GBAKey GBASDLMapButtonToKey(int button);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue