Index: DamEngine/trunk/src/Deltares.DamEngine.Data/Geometry/GeometryConstants.cs
===================================================================
diff -u -r4984 -r5386
--- DamEngine/trunk/src/Deltares.DamEngine.Data/Geometry/GeometryConstants.cs (.../GeometryConstants.cs) (revision 4984)
+++ DamEngine/trunk/src/Deltares.DamEngine.Data/Geometry/GeometryConstants.cs (.../GeometryConstants.cs) (revision 5386)
@@ -55,19 +55,5 @@
/// The volumic weight of water
///
public const double VolumicWeightOfWater = 9.81;
-}
-
-///
-/// Pointtype as used by intersection methods and other helper methods to determine for which plane the method has to work.
-///
-// public enum PointType
-// {
-// ///
-// /// The xy plane
-// ///
-// XY,
-// ///
-// /// The xz plane
-// ///
-// XZ
-// }
\ No newline at end of file
+
+}
\ No newline at end of file