diff --git a/GeoLib/Point.cpp b/GeoLib/Point.cpp
deleted file mode 100644
index 3eb8bfb1f32ae2e8d10904585d94dfc1b9656ef4..0000000000000000000000000000000000000000
--- a/GeoLib/Point.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-/**
- * \file
- *
- * \copyright
- * Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org)
- *            Distributed under a Modified BSD License.
- *              See accompanying file LICENSE.txt or
- *              http://www.opengeosys.org/project/license
- *
- */
-
-#include "Point.h"
-
-namespace GeoLib
-{
-    const Point ORIGIN(0, 0, 0);
-}
diff --git a/GeoLib/Point.h b/GeoLib/Point.h
index b93c37fa189088f91d54206744e7aa700e11ccbb..79bd05c9a2d222f78e19f33fcbecc17136cb35ac 100644
--- a/GeoLib/Point.h
+++ b/GeoLib/Point.h
@@ -61,7 +61,6 @@ protected:
     void setID(std::size_t id) { _id = id; }
 };
 
-extern const Point ORIGIN;
 }
 
 #endif /* POINT_H_ */