Index: Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/IUpliftVanKernel.cs =================================================================== diff -u -rf2821a4b299043f78c93fb0acf5851081f96961b -r0e809897e28ca8673b98ec8abb68b42939a3a647 --- Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/IUpliftVanKernel.cs (.../IUpliftVanKernel.cs) (revision f2821a4b299043f78c93fb0acf5851081f96961b) +++ Ringtoets/MacroStabilityInwards/src/Ringtoets.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/IUpliftVanKernel.cs (.../IUpliftVanKernel.cs) (revision 0e809897e28ca8673b98ec8abb68b42939a3a647) @@ -121,16 +121,6 @@ double ForbiddenZonesXEntryMax { get; } /// - /// Gets whether the forbidden zones are automatically calculated. - /// - bool ForbiddenZonesAutomaticallyCalculated { get; } - - /// - /// Gets whether the grid is automatically calculated. - /// - bool GridAutomaticallyCalculated { get; } - - /// /// Gets the sliding curve result. /// SlidingDualCircle SlidingCurveResult { get; }