From aafabf203870f80f0c02b9e7a324182af7d55cfc Mon Sep 17 00:00:00 2001 From: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com> Date: Fri, 17 Jan 2025 20:31:14 +0100 Subject: [PATCH] Remove ImGui testing code --- src/imgui/renderer/imgui_core.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/imgui/renderer/imgui_core.cpp b/src/imgui/renderer/imgui_core.cpp index 5a1551c39..615fcd52b 100644 --- a/src/imgui/renderer/imgui_core.cpp +++ b/src/imgui/renderer/imgui_core.cpp @@ -33,7 +33,6 @@ static std::deque> change_layers{}; static std::mutex change_layers_mutex{}; static ImGuiID dock_id; -static ImGuiID game_window_id = 1054440878; namespace ImGui {