[studio] Cleanup
All checks were successful
Build / build (push) Successful in 1m15s

This commit is contained in:
2025-06-21 08:22:13 -05:00
parent 14d58f3f5b
commit eb3d53c955

View File

@ -419,10 +419,6 @@ void StudioUI::drawTabs() noexcept {
if (!openFile(m_navAction->path)) { if (!openFile(m_navAction->path)) {
m_activeEditor->navigateTo(m_navAction->args); m_activeEditor->navigateTo(m_navAction->args);
m_navAction.reset(); m_navAction.reset();
} else {
//auto const i = m_sctx.navIdx - 1;
//oxDebugf("deleting {}", m_sctx.navStack[i].filePath);
//std::ignore = m_sctx.navStack.erase(i);
} }
} }
} }