diff --git a/ApplicationCode/Commands/WellPathCommands/RicWellPathsImportFileFeature.cpp b/ApplicationCode/Commands/WellPathCommands/RicWellPathsImportFileFeature.cpp index a6ee5e14ad..d73ddbfb83 100644 --- a/ApplicationCode/Commands/WellPathCommands/RicWellPathsImportFileFeature.cpp +++ b/ApplicationCode/Commands/WellPathCommands/RicWellPathsImportFileFeature.cpp @@ -74,9 +74,7 @@ void RicWellPathsImportFileFeature::onActionTriggered(bool isChecked) RimWellPath* wellPath = oilField->wellPathCollection->wellPaths()[lastIdx]; RiuMainWindow::instance()->selectAsCurrentItem(wellPath); } - } - } //--------------------------------------------------------------------------------------------------