Index: Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingFailureMechanismContextProperties.cs =================================================================== diff -u -rf2053e36f2f245041599654de6aff095721e81bf -rb190a14336e0d8fe9aec34e81a68194081c76155 --- Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingFailureMechanismContextProperties.cs (.../PipingFailureMechanismContextProperties.cs) (revision f2053e36f2f245041599654de6aff095721e81bf) +++ Ringtoets/Piping/src/Ringtoets.Piping.Forms/PropertyClasses/PipingFailureMechanismContextProperties.cs (.../PipingFailureMechanismContextProperties.cs) (revision b190a14336e0d8fe9aec34e81a68194081c76155) @@ -50,27 +50,6 @@ #endregion - #region Uplift - - [PropertyOrder(41)] - [ResourcesCategory(typeof(Resources), "Categories_Uplift")] - [ResourcesDisplayName(typeof(Resources), "GeneralPipingInput_UpliftCriticalSafetyFactor_DisplayName")] - [ResourcesDescription(typeof(Resources), "GeneralPipingInput_UpliftCriticalSafetyFactor_Description")] - public RoundedDouble UpliftCriticalSafetyFactor - { - get - { - return data.WrappedData.PipingProbabilityAssessmentInput.UpliftCriticalSafetyFactor; - } - set - { - data.WrappedData.PipingProbabilityAssessmentInput.UpliftCriticalSafetyFactor = value; - data.WrappedData.NotifyObservers(); - } - } - - #endregion - #region General [PropertyOrder(1)]