mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
Removed obsolete code
p4#: 21328
This commit is contained in:
parent
5a79a41da8
commit
f23c9d7b4d
@ -135,23 +135,6 @@ void RiuMainWindow::cleanupGuiBeforeProjectClose()
|
||||
m_processMonitor->startMonitorWorkProcess(NULL);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
/// Lightweight refresh of GUI (mainly toolbar actions). Called during idle processing
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiuMainWindow::refreshGuiLightweight()
|
||||
{
|
||||
refreshToolbars();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiuMainWindow::refreshToolbars()
|
||||
{
|
||||
slotRefreshFileActions();
|
||||
slotRefreshViewActions();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
@ -63,9 +63,6 @@ public:
|
||||
void initializeGuiNewProjectLoaded();
|
||||
void cleanupGuiBeforeProjectClose();
|
||||
|
||||
void refreshGuiLightweight();
|
||||
void refreshToolbars();
|
||||
|
||||
void removeViewer( RiuViewer* viewer );
|
||||
void addViewer(RiuViewer* viewer);
|
||||
void setActiveViewer(RiuViewer* subWindow);
|
||||
|
Loading…
Reference in New Issue
Block a user