Remove duplicate function hiding base class implementation

This commit is contained in:
Magne Sjaastad
2019-08-19 21:07:35 +02:00
parent 6c0e2bb3ad
commit 97c795cda4
2 changed files with 0 additions and 10 deletions

View File

@@ -1909,14 +1909,6 @@ void RiuMainWindow::slotShowWellCellsAction(bool doAdd)
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RiuMainWindow::setExpanded(const caf::PdmUiItem* uiItem, bool expanded)
{
m_projectTreeView->setExpanded(uiItem, expanded);
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------