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)