1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Fixed duplicate symbols in some compile-time configurations.

This commit is contained in:
ocornut 2025-06-12 11:25:15 +02:00
parent e8f831deaa
commit 7b8e000133

View file

@ -11080,7 +11080,6 @@ void ImGui::ShowDemoWindow(bool*) {}
void ImGui::ShowUserGuide() {}
void ImGui::ShowStyleEditor(ImGuiStyle*) {}
bool ImGui::ShowStyleSelector(const char*) { return false; }
void ImGui::ShowFontSelector(const char*) {}
#endif // #ifndef IMGUI_DISABLE_DEMO_WINDOWS