From b2fc462d4f8cb2ea1b7b5ade3e570e325d47a22b Mon Sep 17 00:00:00 2001 From: Kenix3 Date: Mon, 6 Jan 2025 20:07:03 -0500 Subject: [PATCH] Fixes bad merge --- src/graphic/Fast3D/gfx_sdl2.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/graphic/Fast3D/gfx_sdl2.cpp b/src/graphic/Fast3D/gfx_sdl2.cpp index eae4c98..b348b9e 100644 --- a/src/graphic/Fast3D/gfx_sdl2.cpp +++ b/src/graphic/Fast3D/gfx_sdl2.cpp @@ -59,7 +59,6 @@ static bool (*on_key_up_callback)(int scancode); static void (*on_all_keys_up_callback)(); static bool (*on_mouse_button_down_callback)(int btn); static bool (*on_mouse_button_up_callback)(int btn); -static void (*on_all_keys_up_callback)(void); static void gfx_sdl_set_dimensions(uint32_t width, uint32_t height, int32_t posX, int32_t posY); #ifdef _WIN32