From 004d99fc3a51cb94a8347f53fdafcd323f9b1947 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Wed, 27 Jan 2021 08:50:50 +0100 Subject: [PATCH] Get rid of leftovers --- source/window.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/window.cpp b/source/window.cpp index 9443d124a..e4ae71874 100644 --- a/source/window.cpp +++ b/source/window.cpp @@ -220,7 +220,6 @@ namespace hex { Window::s_currShortcut = { -1, -1 }; } - ImGui::GetWindowDockID() if (SharedData::currentProvider == nullptr) { char title[256]; ImFormatString(title, IM_ARRAYSIZE(title), "%s/DockSpace_%08X", ImGui::GetCurrentWindow()->Name, ImGui::GetID("MainDock"));