Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingFailureMechanism.cs =================================================================== diff -u -r08ab7af115b5bbad87eaffb9bc1b1c4379ec8738 -r43fb77c51a8d1c0af128a2da0c3d51bbea6e25bb --- Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingFailureMechanism.cs (.../PipingFailureMechanism.cs) (revision 08ab7af115b5bbad87eaffb9bc1b1c4379ec8738) +++ Ringtoets/Piping/src/Ringtoets.Piping.Data/PipingFailureMechanism.cs (.../PipingFailureMechanism.cs) (revision 43fb77c51a8d1c0af128a2da0c3d51bbea6e25bb) @@ -77,17 +77,6 @@ public ICollection SurfaceLines { get; private set; } /// - /// Gets the available profiles within the scope of the piping failure mechanism. - /// - public PipingSoilProfile[] SoilProfiles - { - get - { - return StochasticSoilModels.SelectMany(ssm => ssm.StochasticSoilProfiles.Select(ssp => ssp.SoilProfile)).Distinct().ToArray(); - } - } - - /// /// Gets the available stochastic soil models within the scope of the piping failure mechanism. /// public ObservableList StochasticSoilModels { get; private set; }