From 64ee6377529d644f51c0da4d5947e5aabfbd7e7b Mon Sep 17 00:00:00 2001 From: erg Date: Tue, 27 May 2008 21:03:45 +0000 Subject: [PATCH] Remove use of triangle.c in default Windows code --- lib/neatogen/delaunay.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/neatogen/delaunay.c b/lib/neatogen/delaunay.c index 6717736fe..5bd947710 100644 --- a/lib/neatogen/delaunay.c +++ b/lib/neatogen/delaunay.c @@ -25,9 +25,6 @@ #include "memory.h" #include "logic.h" -#if WIN32 - #define HAVE_TRIANGLE 1 -#endif #if HAVE_TRIANGLE #define TRILIBRARY #include "triangle.c" -- 2.40.0