From 715f127a746641a9eaae858fa20a5acc64f6cef9 Mon Sep 17 00:00:00 2001 From: "Andrew D. Zonenberg" Date: Mon, 31 Mar 2025 11:34:58 -0700 Subject: [PATCH] Removed redundant prototype after upstream added it too --- backends/imgui_impl_glfw.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/backends/imgui_impl_glfw.cpp b/backends/imgui_impl_glfw.cpp index d16cb06b1..0d4c8759f 100644 --- a/backends/imgui_impl_glfw.cpp +++ b/backends/imgui_impl_glfw.cpp @@ -223,9 +223,6 @@ static void ImGui_ImplGlfw_ShutdownMultiViewportSupport(); // Functions -//Prototype to avoid -Werror=missing-declarations warning -ImGuiKey ImGui_ImplGlfw_KeyToImGuiKey(int keycode, int scancode); - // Not static to allow third-party code to use that if they want to (but undocumented) ImGuiKey ImGui_ImplGlfw_KeyToImGuiKey(int keycode, int scancode); ImGuiKey ImGui_ImplGlfw_KeyToImGuiKey(int keycode, int scancode)