From: Matthew Fernandez Date: Sun, 4 Oct 2020 21:04:10 +0000 (-0700) Subject: remove now unused AF global X-Git-Tag: 2.46.0~20^2^2~43^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6775e648d2e0ee58aa645923a1929b26ab4406db;p=graphviz remove now unused AF global --- diff --git a/lib/gvc/gvrender.c b/lib/gvc/gvrender.c index bbbdbef32..5a25abab3 100644 --- a/lib/gvc/gvrender.c +++ b/lib/gvc/gvrender.c @@ -38,11 +38,6 @@ extern int emit_once(char *str); extern shape_desc *find_user_shape(char *name); extern boolean mapbool(char *s); -/* storage for temporary hacks until client API is FP */ -static pointf *AF; -static int sizeAF; -/* end hack */ - int gvrender_select(GVJ_t * job, const char *str) { GVC_t *gvc = job->gvc;