]> granicus.if.org Git - graphviz/commitdiff
eliminate some crud
authorellson <devnull@localhost>
Thu, 30 Jun 2005 23:24:13 +0000 (23:24 +0000)
committerellson <devnull@localhost>
Thu, 30 Jun 2005 23:24:13 +0000 (23:24 +0000)
lib/common/gdgen.c

index 5e871d334e2ff1e2119059dc19077d1cfcb54914..9f73a07d8f3cb06eb51312555ff67e164ebaffac 100644 (file)
@@ -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)
 {