Skip to content
Snippets Groups Projects
Commit 120721ca authored by Tom Fischer's avatar Tom Fischer Committed by Dmitri Naumov
Browse files

[GL] Remove GeoLib::Point ORIGIN.

parent 23d0f4e7
No related branches found
No related tags found
No related merge requests found
/**
* \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);
}
...@@ -61,7 +61,6 @@ protected: ...@@ -61,7 +61,6 @@ protected:
void setID(std::size_t id) { _id = id; } void setID(std::size_t id) { _id = id; }
}; };
extern const Point ORIGIN;
} }
#endif /* POINT_H_ */ #endif /* POINT_H_ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment