From 22cd7227fe659fe788b66be1d01031a372b0a236 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 1 Aug 2021 22:54:53 +0200 Subject: [PATCH] plugin/gd: remove duplicate declaration of shapeOf in plugin/gd/gvrender_gd_vrml.c --- plugin/gd/gvrender_gd_vrml.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.40.0