Removed obsolete code

p4#: 21328
This commit is contained in:
Magne Sjaastad 2013-04-17 11:48:32 +02:00
parent 5a79a41da8
commit f23c9d7b4d
2 changed files with 0 additions and 20 deletions

View File

@ -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();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@ -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);