mirror of https://github.com/WerWolv/ImHex.git
Get rid of leftovers
This commit is contained in:
parent
49b5deb9f4
commit
004d99fc3a
|
@ -220,7 +220,6 @@ namespace hex {
|
||||||
Window::s_currShortcut = { -1, -1 };
|
Window::s_currShortcut = { -1, -1 };
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui::GetWindowDockID()
|
|
||||||
if (SharedData::currentProvider == nullptr) {
|
if (SharedData::currentProvider == nullptr) {
|
||||||
char title[256];
|
char title[256];
|
||||||
ImFormatString(title, IM_ARRAYSIZE(title), "%s/DockSpace_%08X", ImGui::GetCurrentWindow()->Name, ImGui::GetID("MainDock"));
|
ImFormatString(title, IM_ARRAYSIZE(title), "%s/DockSpace_%08X", ImGui::GetCurrentWindow()->Name, ImGui::GetID("MainDock"));
|
||||||
|
|
Loading…
Reference in New Issue