remove dead code

This commit is contained in:
Logan McNaughton
2025-02-13 11:57:16 +01:00
parent 74c65750a3
commit 2010b82c8e
-1
View File
@@ -61,7 +61,6 @@ void SDL_WSIPlatform::poll_input()
void SDL_WSIPlatform::poll_input_async(Granite::InputTrackerHandler *handler)
{
SDL_PumpEvents();
}
void SDL_WSIPlatform::set_window(SDL_Window *_window)