Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanism.cs =================================================================== diff -u -r68dedcde06592e2c864625e8d2e71c58c1183f73 -rdf66f878d24326f548fd12efc45148780d76e4fb --- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanism.cs (.../GrassCoverErosionOutwardsFailureMechanism.cs) (revision 68dedcde06592e2c864625e8d2e71c58c1183f73) +++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Data/GrassCoverErosionOutwardsFailureMechanism.cs (.../GrassCoverErosionOutwardsFailureMechanism.cs) (revision df66f878d24326f548fd12efc45148780d76e4fb) @@ -59,7 +59,6 @@ { Name = RingtoetsCommonDataResources.FailureMechanism_Calculations_DisplayName }; - HydraulicBoundaryLocations = new ObservableList(); ForeshoreProfiles = new ForeshoreProfileCollection(); } @@ -77,11 +76,6 @@ public GeneralGrassCoverErosionOutwardsInput GeneralInput { get; } /// - /// Gets the hydraulic boundary locations. - /// - public ObservableList HydraulicBoundaryLocations { get; } - - /// /// Gets the container of all wave conditions calculations. /// public CalculationGroup WaveConditionsCalculationGroup { get; }