mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
CppCheck : Remove unused function
This commit is contained in:
@@ -201,14 +201,6 @@ cvf::Color3f RimPolylineAppearance::sphereColor() const
|
|||||||
return m_sphereColor();
|
return m_sphereColor();
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
|
||||||
///
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
|
||||||
void RimPolylineAppearance::setSphereRadiusFactor(double factor)
|
|
||||||
{
|
|
||||||
m_sphereRadiusFactor = factor;
|
|
||||||
}
|
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
///
|
///
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -93,7 +93,6 @@ public:
|
|||||||
|
|
||||||
void setSphereColor(const cvf::Color3f& color);
|
void setSphereColor(const cvf::Color3f& color);
|
||||||
cvf::Color3f sphereColor() const;
|
cvf::Color3f sphereColor() const;
|
||||||
void setSphereRadiusFactor(double factor);
|
|
||||||
double sphereRadiusFactor() const;
|
double sphereRadiusFactor() const;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|||||||
Reference in New Issue
Block a user