diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-01 03:05:09 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-01 03:05:09 (GMT) |
commit | e87ba3ada1a2dbd94a60058c663c48b9e0f681c0 (patch) | |
tree | e852425dd0e6a6661f6d2e46050df8acfd992746 /src/CGALEvaluator.h | |
parent | 6392776e4e9452033b13bf0dc2f6f44f5ed7eb06 (diff) |
Removed old cruft
Diffstat (limited to 'src/CGALEvaluator.h')
-rw-r--r-- | src/CGALEvaluator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/CGALEvaluator.h b/src/CGALEvaluator.h index 85d09c4..8af64e3 100644 --- a/src/CGALEvaluator.h +++ b/src/CGALEvaluator.h @@ -11,9 +11,6 @@ #include <map> #include <list> -extern CGAL_Nef_polyhedron3 minkowski3(CGAL_Nef_polyhedron3 a, CGAL_Nef_polyhedron3 b); -extern CGAL_Nef_polyhedron2 minkowski2(CGAL_Nef_polyhedron2 a, CGAL_Nef_polyhedron2 b); - using std::string; using std::map; using std::list; |