From: Magnus Jacobsson Date: Sun, 1 Aug 2021 20:54:53 +0000 (+0200) Subject: plugin/gd: remove duplicate declaration of shapeOf in plugin/gd/gvrender_gd_vrml.c X-Git-Tag: 3.0.0~93^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22cd7227fe659fe788b66be1d01031a372b0a236;p=graphviz plugin/gd: remove duplicate declaration of shapeOf in plugin/gd/gvrender_gd_vrml.c --- diff --git a/plugin/gd/gvrender_gd_vrml.c b/plugin/gd/gvrender_gd_vrml.c index 62e921fd4..0fa347aa1 100644 --- a/plugin/gd/gvrender_gd_vrml.c +++ b/plugin/gd/gvrender_gd_vrml.c @@ -37,7 +37,6 @@ /* for wind() */ #include -extern shape_kind shapeOf(node_t *); extern pointf Bezier(pointf * V, int degree, double t, pointf * Left, pointf * Right); typedef enum { FORMAT_VRML, } format_type;