From: ellson Date: Thu, 30 Jun 2005 23:24:13 +0000 (+0000) Subject: eliminate some crud X-Git-Tag: LAST_LIBGRAPH~32^2~7477 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe66933119e677b40b820592cec8bc08606c4177;p=graphviz eliminate some crud --- diff --git a/lib/common/gdgen.c b/lib/common/gdgen.c index 5e871d334..9f73a07d8 100644 --- a/lib/common/gdgen.c +++ b/lib/common/gdgen.c @@ -362,14 +362,6 @@ static void gd_end_graph(void) #endif } -static void gd_end_graph_to_memory(void) -{ -/* leave image in memory to be handled by Gdtclft output routines */ -#ifdef MYTRACE - fprintf(stderr, "gd_end_graph_to_memory\n"); -#endif -} - static void gd_begin_page(graph_t * g, point page, double scale, int rot, point offset) {