From 66c3587d5bc2d15d5cc62b690c3b42e11ec987dd Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Fri, 3 Apr 2020 08:36:11 +0200 Subject: [PATCH] Remove unused enum values --- ApplicationCode/ProjectDataModel/RimWellPathGeometryDef.cpp | 2 -- ApplicationCode/ProjectDataModel/RimWellPathGeometryDef.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/ApplicationCode/ProjectDataModel/RimWellPathGeometryDef.cpp b/ApplicationCode/ProjectDataModel/RimWellPathGeometryDef.cpp index 2425ef018d..5187f25a87 100644 --- a/ApplicationCode/ProjectDataModel/RimWellPathGeometryDef.cpp +++ b/ApplicationCode/ProjectDataModel/RimWellPathGeometryDef.cpp @@ -52,8 +52,6 @@ void caf::AppEnum::setUp() { addItem( RimWellPathGeometryDef::START_AT_FIRST_TARGET, "START_AT_FIRST_TARGET", "Start at First Target" ); addItem( RimWellPathGeometryDef::START_AT_SURFACE, "START_AT_SURFACE", "Start at Surface" ); - addItem( RimWellPathGeometryDef::START_FROM_OTHER_WELL, "START_FROM_OTHER_WELL", "Branch" ); - addItem( RimWellPathGeometryDef::START_AT_AUTO_SURFACE, "START_AT_AUTO_SURFACE", "Auto Surface" ); setDefault( RimWellPathGeometryDef::START_AT_SURFACE ); } diff --git a/ApplicationCode/ProjectDataModel/RimWellPathGeometryDef.h b/ApplicationCode/ProjectDataModel/RimWellPathGeometryDef.h index 3a1afc0464..aad0462f9f 100644 --- a/ApplicationCode/ProjectDataModel/RimWellPathGeometryDef.h +++ b/ApplicationCode/ProjectDataModel/RimWellPathGeometryDef.h @@ -45,8 +45,6 @@ public: { START_AT_FIRST_TARGET, START_AT_SURFACE, - START_FROM_OTHER_WELL, - START_AT_AUTO_SURFACE }; cvf::Vec3d referencePointXyz() const;