Revert "2108 summary plot. Display short name in plot for calculated curves"

This reverts commit 83a272296c.
This commit is contained in:
Bjørn Erik Jensen
2017-12-01 15:14:47 +01:00
committed by Magne Sjaastad
parent 574c5ec466
commit c1537664e3
4 changed files with 2 additions and 24 deletions

View File

@@ -552,15 +552,6 @@ void RimPlotCurve::setZOrder(double z)
}
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimPlotCurve::setCustomCurveName(const QString& customName)
{
m_isUsingAutoName = false;
m_customCurveName = customName;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------