Index: Riskeer/Common/src/Riskeer.Common.Forms/Views/HydraulicBoundaryLocationCalculationRow.cs =================================================================== diff -u -r5889ad3491022eb0bc27a4f2aa8a8eb5a708f2f0 -re68cc1771406b97ed942838b3bf28d0f1ab3f3c5 --- Riskeer/Common/src/Riskeer.Common.Forms/Views/HydraulicBoundaryLocationCalculationRow.cs (.../HydraulicBoundaryLocationCalculationRow.cs) (revision 5889ad3491022eb0bc27a4f2aa8a8eb5a708f2f0) +++ Riskeer/Common/src/Riskeer.Common.Forms/Views/HydraulicBoundaryLocationCalculationRow.cs (.../HydraulicBoundaryLocationCalculationRow.cs) (revision e68cc1771406b97ed942838b3bf28d0f1ab3f3c5) @@ -22,7 +22,6 @@ using System; using System.ComponentModel; using Core.Common.Base.Data; -using Core.Common.Base.Geometry; using Riskeer.Common.Data.Hydraulics; using Riskeer.Common.Forms.TypeConverters; @@ -91,17 +90,6 @@ } /// - /// Gets the . - /// - public Point2D Location - { - get - { - return CalculatableObject.HydraulicBoundaryLocation.Location; - } - } - - /// /// Gets the result of the . /// [TypeConverter(typeof(NoValueRoundedDoubleConverter))] Index: Riskeer/Common/test/Riskeer.Common.Forms.Test/Views/HydraulicBoundaryLocationCalculationRowTest.cs =================================================================== diff -u -r5889ad3491022eb0bc27a4f2aa8a8eb5a708f2f0 -re68cc1771406b97ed942838b3bf28d0f1ab3f3c5 --- Riskeer/Common/test/Riskeer.Common.Forms.Test/Views/HydraulicBoundaryLocationCalculationRowTest.cs (.../HydraulicBoundaryLocationCalculationRowTest.cs) (revision 5889ad3491022eb0bc27a4f2aa8a8eb5a708f2f0) +++ Riskeer/Common/test/Riskeer.Common.Forms.Test/Views/HydraulicBoundaryLocationCalculationRowTest.cs (.../HydraulicBoundaryLocationCalculationRowTest.cs) (revision e68cc1771406b97ed942838b3bf28d0f1ab3f3c5) @@ -55,7 +55,6 @@ Assert.AreEqual(id, row.Id); Assert.AreEqual(locationName, row.Name); - Assert.AreSame(hydraulicBoundaryLocation.Location, row.Location); Assert.AreEqual(fileName, row.HydraulicBoundaryDatabaseFileName);