Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/WaterPressureAsphaltCoverResultView.cs =================================================================== diff -u -rae280f237af50dc561cb8a3dccda60e4802379a6 -r722adfca20b85c9c04b4552468a98fd652f87450 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/WaterPressureAsphaltCoverResultView.cs (.../WaterPressureAsphaltCoverResultView.cs) (revision ae280f237af50dc561cb8a3dccda60e4802379a6) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/WaterPressureAsphaltCoverResultView.cs (.../WaterPressureAsphaltCoverResultView.cs) (revision 722adfca20b85c9c04b4552468a98fd652f87450) @@ -20,7 +20,6 @@ // All rights reserved. using Core.Common.Base; -using Ringtoets.Common.Data; using Ringtoets.Common.Forms.Builders; using Ringtoets.Common.Forms.Controls; using Ringtoets.Common.Forms.Views; @@ -109,10 +108,5 @@ { FailureMechanismAssemblyResultControl.SetAssemblyResult(WaterPressureAsphaltCoverFailureMechanismAssemblyFactory.AssembleFailureMechanism(FailureMechanism, true)); } - - protected override bool HasManualAssemblyResults() - { - return HasSectionResultsHelper.HasManualAssemblyResults(FailureMechanism); - } } } \ No newline at end of file