diff --git a/ApplicationCode/Commands/CompletionExportCommands/RicMswExportInfo.cpp b/ApplicationCode/Commands/CompletionExportCommands/RicMswExportInfo.cpp index 5c31a93664..f481217242 100644 --- a/ApplicationCode/Commands/CompletionExportCommands/RicMswExportInfo.cpp +++ b/ApplicationCode/Commands/CompletionExportCommands/RicMswExportInfo.cpp @@ -50,14 +50,6 @@ RicMswExportInfo::RicMswExportInfo(const RimWellPath* wellPath, { } -//-------------------------------------------------------------------------------------------------- -/// -//-------------------------------------------------------------------------------------------------- -void RicMswExportInfo::setTopWellBoreVolume(double topWellBoreVolume) -{ - m_topWellBoreVolume = topWellBoreVolume; -} - //-------------------------------------------------------------------------------------------------- /// //-------------------------------------------------------------------------------------------------- diff --git a/ApplicationCode/Commands/CompletionExportCommands/RicMswExportInfo.h b/ApplicationCode/Commands/CompletionExportCommands/RicMswExportInfo.h index 0d06a9dec9..634b9f535b 100644 --- a/ApplicationCode/Commands/CompletionExportCommands/RicMswExportInfo.h +++ b/ApplicationCode/Commands/CompletionExportCommands/RicMswExportInfo.h @@ -41,7 +41,6 @@ public: const QString& lengthAndDepthText, const QString& pressureDropText); - void setTopWellBoreVolume(double topWellBoreVolume); void setLinerDiameter(double linerDiameter); void setRoughnessFactor(double roughnessFactor); void setHasSubGridIntersections(bool subGridIntersections);