#2727 Legends : Remove obsolete functions

This commit is contained in:
Magne Sjaastad
2018-04-18 10:43:01 +02:00
parent 71b7bd21f9
commit 978a74a1fe
7 changed files with 15 additions and 44 deletions

View File

@@ -658,18 +658,6 @@ void RimRegularLegendConfig::setTitle(const QString& title)
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
caf::TitledOverlayFrame* RimRegularLegendConfig::legend()
{
if (m_currentScalarMapper == m_categoryMapper)
{
return m_categoryLegend.p();
}
else
{
return m_scalarMapperLegend.p();
}
}
bool RimRegularLegendConfig::showLegend() const
{
return m_showLegend;