Index: Riskeer/Common/src/Riskeer.Common.Forms/Helpers/CalculationsDisplayNameHelper.cs
===================================================================
diff -u -rd8c0998bb2bfafab6104b2f8d7d0774851bacdbe -r4ec692ae375eea04cf4e4ee028d719476b20c9bb
--- Riskeer/Common/src/Riskeer.Common.Forms/Helpers/CalculationsDisplayNameHelper.cs (.../CalculationsDisplayNameHelper.cs) (revision d8c0998bb2bfafab6104b2f8d7d0774851bacdbe)
+++ Riskeer/Common/src/Riskeer.Common.Forms/Helpers/CalculationsDisplayNameHelper.cs (.../CalculationsDisplayNameHelper.cs) (revision 4ec692ae375eea04cf4e4ee028d719476b20c9bb)
@@ -25,7 +25,6 @@
using Riskeer.Common.Data.AssessmentSection;
using Riskeer.Common.Data.Hydraulics;
using Riskeer.Common.Forms.TypeConverters;
-using Riskeer.DuneErosion.Data;
namespace Riskeer.Common.Forms.Helpers
{
@@ -118,43 +117,6 @@
return GetUniqueDisplayNameLookup(nonUniqueWaveHeightCalculationsDisplayNameLookup)[calculations];
}
- ///
- /// Gets a unique dune location calculations display name for the provided .
- ///
- /// The assessment section the belong to.
- /// The dune location calculations to get the unique display name for.
- /// A unique dune location calculations display name.
- /// Thrown when any input parameter is null.
- /// Thrown when is not part of the dune location
- /// calculations within .
- public static string GetUniqueDisplayNameForDuneLocationCalculations(IAssessmentSection assessmentSection, IEnumerable calculations)
- {
- if (assessmentSection == null)
- {
- throw new ArgumentNullException(nameof(assessmentSection));
- }
-
- if (calculations == null)
- {
- throw new ArgumentNullException(nameof(calculations));
- }
-
- Dictionary