From ea510836eb7224517f843c1f1189cbc5a9f34733 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Fri, 5 Jun 2020 18:15:55 -0700 Subject: [PATCH] remove internal prototype for unused function printvis --- lib/neatogen/neatosplines.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/neatogen/neatosplines.c b/lib/neatogen/neatosplines.c index b8cd8d699..cf6716d0c 100644 --- a/lib/neatogen/neatosplines.c +++ b/lib/neatogen/neatosplines.c @@ -27,7 +27,6 @@ extern double drand48(void); #include #endif -extern void printvis(vconfig_t * cp); extern int in_poly(Ppoly_t argpoly, Ppoint_t q); -- 2.40.0