Index: DamEngine/trunk/src/Deltares.DamEngine.Data/Geometry/GeometryPoint.cs
===================================================================
diff -u -r4540 -r5480
--- DamEngine/trunk/src/Deltares.DamEngine.Data/Geometry/GeometryPoint.cs (.../GeometryPoint.cs) (revision 4540)
+++ DamEngine/trunk/src/Deltares.DamEngine.Data/Geometry/GeometryPoint.cs (.../GeometryPoint.cs) (revision 5480)
@@ -77,24 +77,6 @@
public virtual double Z { get; set; }
///
- /// Identifies the object which owns this point.
- ///
- ///
- /// Usually set by a delegated list, such as in .
- ///
- public object Owner
- {
- get
- {
- return owner;
- }
- set
- {
- owner = value;
- }
- }
-
- ///
/// Determines whether the location of the given point and this one are the same.
///
/// The other.