From 120721ca8b6005f1653ac026af65cde8aba116a4 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Thu, 16 Jun 2016 14:06:12 +0200 Subject: [PATCH] [GL] Remove GeoLib::Point ORIGIN. --- GeoLib/Point.cpp | 17 ----------------- GeoLib/Point.h | 1 - 2 files changed, 18 deletions(-) delete mode 100644 GeoLib/Point.cpp diff --git a/GeoLib/Point.cpp b/GeoLib/Point.cpp deleted file mode 100644 index 3eb8bfb1f32..00000000000 --- 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 b93c37fa189..79bd05c9a2d 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_ */ -- GitLab