Index: Core/Common/src/Core.Common.Gui/Commands/StorageCommandHandler.cs =================================================================== diff -u -rf0275727312791f8b218cb7db12404ec8a8863c8 -r586ee3c66ed8191b42a3626a9a79fc35faffb6d4 --- Core/Common/src/Core.Common.Gui/Commands/StorageCommandHandler.cs (.../StorageCommandHandler.cs) (revision f0275727312791f8b218cb7db12404ec8a8863c8) +++ Core/Common/src/Core.Common.Gui/Commands/StorageCommandHandler.cs (.../StorageCommandHandler.cs) (revision 586ee3c66ed8191b42a3626a9a79fc35faffb6d4) @@ -19,7 +19,6 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using System; using System.IO; using System.Windows.Forms; using Core.Common.Base.Data; Index: Core/Common/src/Core.Common.Gui/ContextMenu/IContextMenuBuilder.cs =================================================================== diff -u -rf00ef5699ccc950bf9d347e8e935c77a4f5f5833 -r586ee3c66ed8191b42a3626a9a79fc35faffb6d4 --- Core/Common/src/Core.Common.Gui/ContextMenu/IContextMenuBuilder.cs (.../IContextMenuBuilder.cs) (revision f00ef5699ccc950bf9d347e8e935c77a4f5f5833) +++ Core/Common/src/Core.Common.Gui/ContextMenu/IContextMenuBuilder.cs (.../IContextMenuBuilder.cs) (revision 586ee3c66ed8191b42a3626a9a79fc35faffb6d4) @@ -19,7 +19,6 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using System; using System.Windows.Forms; namespace Core.Common.Gui.ContextMenu Index: Core/Common/test/Core.Common.Gui.TestUtil/ContextMenu/CustomItemsOnlyContextMenuBuilder.cs =================================================================== diff -u -re052252f6f2523cfb33413867a939834ef763ce5 -r586ee3c66ed8191b42a3626a9a79fc35faffb6d4 --- Core/Common/test/Core.Common.Gui.TestUtil/ContextMenu/CustomItemsOnlyContextMenuBuilder.cs (.../CustomItemsOnlyContextMenuBuilder.cs) (revision e052252f6f2523cfb33413867a939834ef763ce5) +++ Core/Common/test/Core.Common.Gui.TestUtil/ContextMenu/CustomItemsOnlyContextMenuBuilder.cs (.../CustomItemsOnlyContextMenuBuilder.cs) (revision 586ee3c66ed8191b42a3626a9a79fc35faffb6d4) @@ -135,10 +135,5 @@ { return contextMenu; } - - public void Dispose() - { - contextMenu.Dispose(); - } } } \ No newline at end of file Index: Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Services/HydraRingCalculationService.cs =================================================================== diff -u -rf744bb990260662f885d34811a1ea042dae18550 -r586ee3c66ed8191b42a3626a9a79fc35faffb6d4 --- Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Services/HydraRingCalculationService.cs (.../HydraRingCalculationService.cs) (revision f744bb990260662f885d34811a1ea042dae18550) +++ Ringtoets/HydraRing/src/Ringtoets.HydraRing.Calculation/Services/HydraRingCalculationService.cs (.../HydraRingCalculationService.cs) (revision 586ee3c66ed8191b42a3626a9a79fc35faffb6d4) @@ -46,7 +46,6 @@ /// /// The directory of the HLCD file that should be used for performing the calculation. /// The id of the ring to perform the calculation for. - /// The to use while executing the calculation. /// The to use while executing the calculation. /// The input of the calculation to perform. /// Parsers that will be invoked after the Hydra-Ring calculation has ran.