Index: Ringtoets/Revetment/src/Ringtoets.Revetment.Data/AssessmentSectionCategoryWaveConditionsInput.cs
===================================================================
diff -u -r963ad6370ebcf0a87e43e0d40f00332f6326e9c7 -r8c5f5b853f542c1147a80fa6302d988a2494a585
--- Ringtoets/Revetment/src/Ringtoets.Revetment.Data/AssessmentSectionCategoryWaveConditionsInput.cs (.../AssessmentSectionCategoryWaveConditionsInput.cs) (revision 963ad6370ebcf0a87e43e0d40f00332f6326e9c7)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.Data/AssessmentSectionCategoryWaveConditionsInput.cs (.../AssessmentSectionCategoryWaveConditionsInput.cs) (revision 8c5f5b853f542c1147a80fa6302d988a2494a585)
@@ -29,14 +29,6 @@
public class AssessmentSectionCategoryWaveConditionsInput : WaveConditionsInput
{
///
- /// Creates a new instance of .
- ///
- public AssessmentSectionCategoryWaveConditionsInput()
- {
- CategoryType = AssessmentSectionCategoryType.FactorizedSignalingNorm;
- }
-
- ///
/// Gets or sets the category type that is used for obtaining the relevant assessment level.
///
public AssessmentSectionCategoryType CategoryType { get; set; }