mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove obsolete code
This commit is contained in:
@@ -54,7 +54,6 @@ public:
|
||||
// Appearance
|
||||
void setRadius(double radius);
|
||||
void setCrossSectionVertexCount(size_t vertexCount);
|
||||
void setPipeColor(cvf::Color3f val) { m_pipeColor = val; }
|
||||
|
||||
cvf::ref<cvf::DrawableGeo> createPipeSurface();
|
||||
cvf::ref<cvf::DrawableGeo> createCenterLine();
|
||||
@@ -100,5 +99,4 @@ private:
|
||||
double m_minimumBendAngle;
|
||||
double m_bendScalingFactor;
|
||||
size_t m_crossSectionNodeCount;
|
||||
cvf::Color3f m_pipeColor;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user