]> granicus.if.org Git - graphviz/commitdiff
remove now unused AF global
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 4 Oct 2020 21:04:10 +0000 (14:04 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 10 Oct 2020 21:45:05 +0000 (14:45 -0700)
lib/gvc/gvrender.c

index bbbdbef32c10b8eed3d4679dbfe3a67447bb4d4e..5a25abab34bc9980ef0026fbcbd3213122dc63d2 100644 (file)
@@ -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;