]> granicus.if.org Git - graphviz/commitdiff
Remove use of triangle.c in default Windows code
authorerg <devnull@localhost>
Tue, 27 May 2008 21:03:45 +0000 (21:03 +0000)
committererg <devnull@localhost>
Tue, 27 May 2008 21:03:45 +0000 (21:03 +0000)
lib/neatogen/delaunay.c

index 6717736fecd668e53e95fb9bde168da921209b38..5bd947710b7d7ea48c8915272addbb1b9561f27a 100644 (file)
@@ -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"