Removed redundant prototype after upstream added it too

This commit is contained in:
Andrew D. Zonenberg 2025-03-31 11:34:58 -07:00
parent 68f48db177
commit 715f127a74

View file

@ -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)