mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
Fixed duplicate symbols in some compile-time configurations.
This commit is contained in:
parent
f6fc166584
commit
1ce75e2bca
1 changed files with 0 additions and 1 deletions
|
|
@ -10776,7 +10776,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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue