Index: Ringtoets/Integration/src/Ringtoets.Integration.Service/MessageProviders/WaveHeightCalculationMessageProvider.cs =================================================================== diff -u -r8737389949c6578649c7788bd3a0550699276eac -r6c058f12138b8a73a78eacd10357d9caa81ed67d --- Ringtoets/Integration/src/Ringtoets.Integration.Service/MessageProviders/WaveHeightCalculationMessageProvider.cs (.../WaveHeightCalculationMessageProvider.cs) (revision 8737389949c6578649c7788bd3a0550699276eac) +++ Ringtoets/Integration/src/Ringtoets.Integration.Service/MessageProviders/WaveHeightCalculationMessageProvider.cs (.../WaveHeightCalculationMessageProvider.cs) (revision 6c058f12138b8a73a78eacd10357d9caa81ed67d) @@ -44,11 +44,6 @@ return string.Format(Resources.WaveHeightCalculationService_Calculate_Error_in_WaveHeightCalculation_0_click_details_for_last_error_report_1, locationName, failureMessage); } - public string GetCalculationFailedUnexplainedMessage(string locationName) - { - return string.Format(Resources.WaveHeightCalculationService_Calculate_Error_in_WaveHeightCalculation_0_no_error_report, locationName); - } - public string GetCalculatedNotConvergedMessage(string locationName) { return string.Format(Resources.WaveHeightCalculationActivity_WaveHeightCalculation_for_HydraulicBoundaryLocation_0_not_converged, locationName);