summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/geometry_type.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/geometry_type.hpp b/src/core/geometry_type.hpp
index 92a1d97df..cba944fb6 100644
--- a/src/core/geometry_type.hpp
+++ b/src/core/geometry_type.hpp
@@ -62,10 +62,4 @@ struct PointDimension {
int height;
};
-/** A pair of two integers */
-struct Pair {
- int a;
- int b;
-};
-
#endif /* GEOMETRY_TYPE_HPP */