]> granicus.if.org Git - graphviz/commitdiff
plugin/gd: remove duplicate declaration of shapeOf in plugin/gd/gvrender_gd_vrml.c
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 1 Aug 2021 20:54:53 +0000 (22:54 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 4 Jan 2022 21:41:14 +0000 (22:41 +0100)
plugin/gd/gvrender_gd_vrml.c

index 62e921fd4fd54858727c608985611a2b7144573f..0fa347aa182ec01f7a8532097ce645523db28b7e 100644 (file)
@@ -37,7 +37,6 @@
 /* for wind() */
 #include <pathplan/pathutil.h>
 
-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;