From: Matthew Fernandez Date: Sat, 29 May 2021 02:43:04 +0000 (-0700) Subject: remove emit_jobs_eof prototype for function that does not exist X-Git-Tag: 2.47.3~17^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7cdb1e31fecd096d8cb3c93ed9ccf25d09298211;p=graphviz remove emit_jobs_eof prototype for function that does not exist This function was removed in 574e183b6caed4954702929a952c06c59a141a9e but its prototype was not. --- diff --git a/lib/common/render.h b/lib/common/render.h index 59eb34805..94020a640 100644 --- a/lib/common/render.h +++ b/lib/common/render.h @@ -101,7 +101,6 @@ extern "C" { extern void emit_graph(GVJ_t * job, graph_t * g); extern void emit_label(GVJ_t * job, emit_state_t emit_state, textlabel_t *); extern int emit_once(char *message); - extern void emit_jobs_eof(GVC_t * gvc); extern void emit_map_rect(GVJ_t *job, boxf b); extern void endpath(path *, Agedge_t *, int, pathend_t *, boolean); extern void epsf_init(node_t * n);