From b7dd1bd0ec9caaa26a82bcf0adf1ad55c64439cb Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Fri, 28 Sep 2012 23:19:25 +0000 Subject: [PATCH] Fix compilation error from r2016 git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2018 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- src/input.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/input.c b/src/input.c index b1aa3c8f..87b03ca8 100644 --- a/src/input.c +++ b/src/input.c @@ -46,7 +46,6 @@ // This feature is especially useful for AROS where applications should use // generic defaults like "Right Amiga+Q = Quit". // In case this is annoying for some platforms, disable it. -#endif void Handle_window_resize(SDL_ResizeEvent event); void Handle_window_exit(SDL_QuitEvent event);