mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
CppCheck : Remove unused function
This commit is contained in:
parent
128208d35a
commit
8bc8ac5e58
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user