]> granicus.if.org Git - graphviz/commitdiff
remove unused scndump function
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 5 Jun 2020 23:52:32 +0000 (16:52 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 27 Jun 2020 00:19:35 +0000 (17:19 -0700)
lib/cgraph/graph.c

index 972e3bf6810ac24522c2d9cc0cbd44c3efd67f32..6301f31fa710183876f1c57c28ecc1a2cd6f1651 100644 (file)
@@ -269,11 +269,3 @@ Agdesc_t Agundirected = { 0, 0, 0, 1 };
 Agdesc_t Agstrictundirected = { 0, 1, 0, 1 };
 
 Agdisc_t AgDefaultDisc = { &AgMemDisc, &AgIdDisc, &AgIoDisc };
-
-
-#include <stdio.h>
-void scndump(Agraph_t *g, char *file)
-{
-       FILE * f = fopen(file,"w");
-       if (f) {agwrite(g,f); fclose(f);}
-}