mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2727 Legends : Remove obsolete functions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user