summaryrefslogtreecommitdiffstats
path: root/geometry.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2007-09-21 23:47:05 +0200
committerneoraider <devnull@localhost>2007-09-21 23:47:05 +0200
commit62e42408485e9e1b7e939925b650a4b2e90ecddb (patch)
tree9305aa0f7b2d79c35250939beca2c268dd61e23d /geometry.h
parent1bce1d8ad7c32ce7b6723a284842b6890cf5209f (diff)
downloadzoomedit-62e42408485e9e1b7e939925b650a4b2e90ecddb.tar
zoomedit-62e42408485e9e1b7e939925b650a4b2e90ecddb.zip
zoomedit: Big transition Ciaro -> OpenGL, enormous speedup!
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_*/