From: Matthew Fernandez Date: Sat, 6 Jun 2020 01:15:55 +0000 (-0700) Subject: remove internal prototype for unused function printvis X-Git-Tag: 2.44.1~4^2~9^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea510836eb7224517f843c1f1189cbc5a9f34733;p=graphviz remove internal prototype for unused function printvis --- 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);