Index: Ringtoets/Common/src/Ringtoets.Common.Forms/GuiServices/IHydraulicBoundaryLocationCalculationGuiService.cs =================================================================== diff -u -r4c288b5894b926ba5fdd7f6222c813c19b9701b8 -r540cb5503a23ea9ea7b1e633888df92fa0531151 --- Ringtoets/Common/src/Ringtoets.Common.Forms/GuiServices/IHydraulicBoundaryLocationCalculationGuiService.cs (.../IHydraulicBoundaryLocationCalculationGuiService.cs) (revision 4c288b5894b926ba5fdd7f6222c813c19b9701b8) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/GuiServices/IHydraulicBoundaryLocationCalculationGuiService.cs (.../IHydraulicBoundaryLocationCalculationGuiService.cs) (revision 540cb5503a23ea9ea7b1e633888df92fa0531151) @@ -21,7 +21,6 @@ using System; using System.Collections.Generic; -using Core.Common.Base.Service; using Ringtoets.Common.Data.Hydraulics; using Ringtoets.Common.Service.MessageProviders; @@ -67,18 +66,5 @@ IEnumerable calculations, double norm, ICalculationMessageProvider messageProvider); - - /// - /// Runs the given . - /// - /// The type of activity to run. - /// The path of the hydraulic boundary database file. - /// The preprocessor directory. - /// The collection of to run. - /// Thrown when is null. - void RunActivities(string hydraulicBoundaryDatabaseFilePath, - string preprocessorDirectory, - IEnumerable activities) - where TActivity : Activity; } } \ No newline at end of file