diff --git a/gfx/sdlwrap.c b/gfx/sdlwrap.c index ae6a1d9b7d..cfeb87ec4a 100644 --- a/gfx/sdlwrap.c +++ b/gfx/sdlwrap.c @@ -230,7 +230,6 @@ void sdlwrap_check_window(bool *quit, *resize = false; SDL_Event event; #if SDL_MODERN - // TODO: Find a way to get resize events ... while (SDL_PollEvent(&event)) { switch (event.type)