Skip to content

Commit 715f127

Browse files
committed
Removed redundant prototype after upstream added it too
1 parent 68f48db commit 715f127

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

backends/imgui_impl_glfw.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,6 @@ static void ImGui_ImplGlfw_ShutdownMultiViewportSupport();
223223

224224
// Functions
225225

226-
//Prototype to avoid -Werror=missing-declarations warning
227-
ImGuiKey ImGui_ImplGlfw_KeyToImGuiKey(int keycode, int scancode);
228-
229226
// Not static to allow third-party code to use that if they want to (but undocumented)
230227
ImGuiKey ImGui_ImplGlfw_KeyToImGuiKey(int keycode, int scancode);
231228
ImGuiKey ImGui_ImplGlfw_KeyToImGuiKey(int keycode, int scancode)

0 commit comments

Comments
 (0)