Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRow/StrengthStabilityLengthwiseConstructionSectionResultRow.cs =================================================================== diff -u -r3684562eb91b4bf579391fd508d4ef82ba4397b2 -r94ca10cc638e4d7ceb513a0eb548e6953f2c97df --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRow/StrengthStabilityLengthwiseConstructionSectionResultRow.cs (.../StrengthStabilityLengthwiseConstructionSectionResultRow.cs) (revision 3684562eb91b4bf579391fd508d4ef82ba4397b2) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultRow/StrengthStabilityLengthwiseConstructionSectionResultRow.cs (.../StrengthStabilityLengthwiseConstructionSectionResultRow.cs) (revision 94ca10cc638e4d7ceb513a0eb548e6953f2c97df) @@ -56,21 +56,6 @@ } /// - /// Gets or sets the value representing the result of the layer 2a assessment. - /// - public RoundedDouble AssessmentLayerTwoA - { - get - { - return SectionResult.AssessmentLayerTwoA; - } - set - { - SectionResult.AssessmentLayerTwoA = value; - } - } - - /// /// Gets or sets the value representing the result of the layer 3 assessment. /// public RoundedDouble AssessmentLayerThree