We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68f48db commit 715f127Copy full SHA for 715f127
1 file changed
backends/imgui_impl_glfw.cpp
@@ -223,9 +223,6 @@ static void ImGui_ImplGlfw_ShutdownMultiViewportSupport();
223
224
// Functions
225
226
-//Prototype to avoid -Werror=missing-declarations warning
227
-ImGuiKey ImGui_ImplGlfw_KeyToImGuiKey(int keycode, int scancode);
228
-
229
// Not static to allow third-party code to use that if they want to (but undocumented)
230
ImGuiKey ImGui_ImplGlfw_KeyToImGuiKey(int keycode, int scancode);
231
ImGuiKey ImGui_ImplGlfw_KeyToImGuiKey(int keycode, int scancode)
0 commit comments