Index: Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs =================================================================== diff -u -r028fa7ac2f1cc6bec17d9db071064febd4f6261b -rf5a2d607a5b8053b232c1f3ad572a0acba6a4e3a --- Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision 028fa7ac2f1cc6bec17d9db071064febd4f6261b) +++ Ringtoets/HeightStructures/src/Ringtoets.HeightStructures.Forms/Views/HeightStructuresFailureMechanismSectionResultRow.cs (.../HeightStructuresFailureMechanismSectionResultRow.cs) (revision f5a2d607a5b8053b232c1f3ad572a0acba6a4e3a) @@ -86,21 +86,6 @@ } /// - /// Gets or sets the assessment layer two b of the . - /// - public RoundedDouble AssessmentLayerTwoB - { - get - { - return sectionResult.AssessmentLayerTwoB; - } - set - { - sectionResult.AssessmentLayerTwoB = value; - } - } - - /// /// Gets or sets the assessment layer three of the . /// public RoundedDouble AssessmentLayerThree