mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-04 21:15:09 +00:00
Removed redundant prototype after upstream added it too
This commit is contained in:
parent
68f48db177
commit
715f127a74
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue