summaryrefslogtreecommitdiffstats
path: root/geometry.h
diff options
context:
space:
mode:
Diffstat (limited to 'geometry.h')
-rw-r--r--geometry.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/geometry.h b/geometry.h
deleted file mode 100644
index 633a5b4..0000000
--- a/geometry.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef GEOMETRY_H_
-#define GEOMETRY_H_
-
-
-#include "Polygon.h"
-#include "Rectangle.h"
-
-
-void simplifyPolygon(const Polygon *in, const Rectangle *rect, Polygon *out);
-
-#endif /*GEOMETRY_H_*/