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:
@@ -328,19 +328,6 @@ void RimTernaryLegendConfig::defineUiOrdering(QString uiConfigName, caf::PdmUiOr
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
const RivTernarySaturationOverlayItem* RimTernaryLegendConfig::legend() const
|
||||
{
|
||||
return m_legend.p();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RivTernarySaturationOverlayItem* RimTernaryLegendConfig::legend()
|
||||
{
|
||||
return m_legend.p();
|
||||
}
|
||||
|
||||
bool RimTernaryLegendConfig::showLegend() const
|
||||
{
|
||||
return m_showLegend;
|
||||
|
||||
Reference in New Issue
Block a user