remove is_set() and reset() functions from coordinate

This commit is contained in:
Dennis Luxen
2015-01-22 16:55:34 +01:00
parent 2e5cc1e6ae
commit 90f17c2140
2 changed files with 0 additions and 11 deletions
-2
View File
@@ -55,8 +55,6 @@ struct FixedPointCoordinate
"coordinate types incompatible");
}
void reset();
bool is_set() const;
bool is_valid() const;
bool operator==(const FixedPointCoordinate &other) const;