]> granicus.if.org Git - graphviz/commitdiff
remove emit_jobs_eof prototype for function that does not exist
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 29 May 2021 02:43:04 +0000 (19:43 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 4 Jun 2021 05:07:52 +0000 (22:07 -0700)
This function was removed in 574e183b6caed4954702929a952c06c59a141a9e but its
prototype was not.

lib/common/render.h

index 59eb34805827af2106aa99840fe890acdafbce70..94020a6405df4c88deb598e1188ac2442c678b72 100644 (file)
@@ -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);