X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.c;h=fc1e0c69110c72a49170dafc92b5db92fa1e9e38;hp=c7270d93f77540db4e19f1bd2392db493551e3ec;hb=eb201ff71896cf5291e3ad61ccc663d9cec1b825;hpb=7373d54bd6896193f7f20ed0ff148dacee9d084e diff --git a/src/libgame/system.c b/src/libgame/system.c index c7270d93..fc1e0c69 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -1733,14 +1733,6 @@ void StopTextInput(void) #endif } -boolean CheckCloseWindowEvent(ClientMessageEvent *event) -{ - if (event->type != EVENT_CLIENTMESSAGE) - return FALSE; - - return TRUE; // the only possible message here is SDL_QUIT -} - // ============================================================================ // joystick functions