Remove prototype for removed function

This commit is contained in:
Jeffrey Pfau 2014-08-12 23:23:14 -07:00
parent 94d091b6ed
commit 30fa9d8675
1 changed files with 0 additions and 2 deletions

View File

@ -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