Index: Ringtoets/Common/src/Ringtoets.Common.IO/FileImporters/ReadHydraulicBoundaryDatabase.cs =================================================================== diff -u -r9c9abc3e2e390d787d0aad559d2dd87d48c75ca2 -r64f3bfefcf39af1aa2d317f499f0e7b31137e9ae --- Ringtoets/Common/src/Ringtoets.Common.IO/FileImporters/ReadHydraulicBoundaryDatabase.cs (.../ReadHydraulicBoundaryDatabase.cs) (revision 9c9abc3e2e390d787d0aad559d2dd87d48c75ca2) +++ Ringtoets/Common/src/Ringtoets.Common.IO/FileImporters/ReadHydraulicBoundaryDatabase.cs (.../ReadHydraulicBoundaryDatabase.cs) (revision 64f3bfefcf39af1aa2d317f499f0e7b31137e9ae) @@ -34,12 +34,10 @@ /// /// The version of the read hydraulic boundary database. /// The read hydraulic boundary locations. - /// A value indicating whether the Hydra-Ring preprocessor can be used for the read hydraulic boundary database. - public ReadHydraulicBoundaryDatabase(string version, IEnumerable locations, bool canUsePreprocessor) + public ReadHydraulicBoundaryDatabase(string version, IEnumerable locations) { Version = version; Locations = locations; - CanUsePreprocessor = canUsePreprocessor; } /// @@ -51,10 +49,5 @@ /// Gets the read hydraulic boundary locations. /// public IEnumerable Locations { get; } - - /// - /// Gets a value indicating whether the Hydra-Ring preprocessor can be used for the read hydraulic boundary database. - /// - public bool CanUsePreprocessor { get; } } } \ No newline at end of file