Remove unneccesary code

This commit is contained in:
Jacob Støren
2017-11-02 09:30:05 +01:00
committed by Jacob Støren
parent 383a5c36f6
commit f21e27e25b

View File

@@ -33,8 +33,6 @@
class RigCellGeometryTools
{
public:
RigCellGeometryTools();
~RigCellGeometryTools();
static void createPolygonFromLineSegments(std::list<std::pair<cvf::Vec3d, cvf::Vec3d>> &intersectionLineSegments, std::vector<std::vector<cvf::Vec3d>> &polygons);