CppCheck : Remove unused function

This commit is contained in:
Magne Sjaastad 2018-12-21 11:29:14 +01:00
parent 128208d35a
commit 8bc8ac5e58
2 changed files with 0 additions and 9 deletions

View File

@ -201,14 +201,6 @@ cvf::Color3f RimPolylineAppearance::sphereColor() const
return m_sphereColor();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimPolylineAppearance::setSphereRadiusFactor(double factor)
{
m_sphereRadiusFactor = factor;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@ -93,7 +93,6 @@ public:
void setSphereColor(const cvf::Color3f& color);
cvf::Color3f sphereColor() const;
void setSphereRadiusFactor(double factor);
double sphereRadiusFactor() const;
protected: