mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Cleaned up a bit
p4#: 21924
This commit is contained in:
parent
edcba5a471
commit
29afd9cc8a
@ -764,9 +764,6 @@ void RiuMainWindow::slotOpenProject()
|
|||||||
app->loadProject(fileName);
|
app->loadProject(fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
//restoreTreeViewState();
|
|
||||||
|
|
||||||
//m_mainViewer->setDefaultView();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
@ -777,7 +774,6 @@ void RiuMainWindow::slotOpenLastUsedProject()
|
|||||||
RiaApplication* app = RiaApplication::instance();
|
RiaApplication* app = RiaApplication::instance();
|
||||||
app->loadLastUsedProject();
|
app->loadLastUsedProject();
|
||||||
|
|
||||||
//restoreTreeViewState();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user