Remove unused code

This commit is contained in:
Magne Sjaastad
2018-01-22 11:09:37 +01:00
parent 245d10c5c1
commit 9a420183e1
2 changed files with 0 additions and 30 deletions

View File

@@ -28,10 +28,7 @@ namespace cvf
{
class Part;
class ModelBasicList;
class Transform;
class Effect;
class DrawableGeo;
class ScalarMapper;
}
namespace caf
@@ -108,9 +105,4 @@ private:
RivPipeBranchData m_pipeBranchData;
cvf::ref<cvf::Part> m_wellLabelPart;
cvf::ref<cvf::ScalarMapper> m_scalarMapper;
cvf::ref<cvf::Effect> m_scalarMapperSurfaceEffect;
cvf::ref<cvf::Effect> m_scalarMapperMeshEffect;
};