remove minimize debug

This commit is contained in:
tildearrow 2023-01-20 15:24:43 -05:00
parent fa0e8cb993
commit 73b7893c04
1 changed files with 0 additions and 7 deletions

View File

@ -3419,13 +3419,6 @@ bool FurnaceGUI::loop() {
ImGui_ImplSDL2_NewFrame(sdlWin);
ImGui::NewFrame();
ImGuiViewport* vp=ImGui::GetMainViewport();
if (vp==NULL) {
logE("NULL MAN");
} else {
logV("viewport size: %dx%d",vp->Size.x,vp->Size.y);
}
curWindowLast=curWindow;
curWindow=GUI_WINDOW_NOTHING;
editOptsVisible=false;