Index: Ringtoets/Common/src/Ringtoets.Common.Forms/Views/NumericFailureMechanismSectionResultRow.cs
===================================================================
diff -u -rb9d20365707e77623054f96f0c8b544e86658e67 -rf5a2d607a5b8053b232c1f3ad572a0acba6a4e3a
--- Ringtoets/Common/src/Ringtoets.Common.Forms/Views/NumericFailureMechanismSectionResultRow.cs (.../NumericFailureMechanismSectionResultRow.cs) (revision b9d20365707e77623054f96f0c8b544e86658e67)
+++ Ringtoets/Common/src/Ringtoets.Common.Forms/Views/NumericFailureMechanismSectionResultRow.cs (.../NumericFailureMechanismSectionResultRow.cs) (revision f5a2d607a5b8053b232c1f3ad572a0acba6a4e3a)
@@ -90,21 +90,6 @@
}
///
- /// Gets or sets the value representing the result of the layer 2b assessment.
- ///
- public RoundedDouble AssessmentLayerTwoB
- {
- get
- {
- return SectionResult.AssessmentLayerTwoB;
- }
- set
- {
- SectionResult.AssessmentLayerTwoB = value;
- }
- }
-
- ///
/// Gets or sets the value representing the result of the layer 3 assessment.
///
public RoundedDouble AssessmentLayerThree