From 52ca5ccdc8b0312a5f0350afefb26ea0ed83487e Mon Sep 17 00:00:00 2001 From: "Emden R. Gansner" Date: Sat, 1 Mar 2014 17:48:45 -0500 Subject: [PATCH] Remove duplicate declarations. --- lib/sparse/DotIO.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/sparse/DotIO.h b/lib/sparse/DotIO.h index acc6c1038..f5fc1fe33 100644 --- a/lib/sparse/DotIO.h +++ b/lib/sparse/DotIO.h @@ -28,8 +28,6 @@ extern void attach_edge_colors(Agraph_t* g, int dim, real *colors); extern void attach_embedding(Agraph_t *g, int dim, double sc, real *x); -/* extern void attach_embedding(Agraph_t *g, int dim, double sc, real *x); */ -extern void attach_edge_colors(Agraph_t* g, int dim, real *colors); extern SparseMatrix SparseMatrix_import_dot(Agraph_t* g, int dim, real **label_sizes, real **x, int *n_edge_label_nodes, int **edge_label_nodes, int format, SparseMatrix *D); extern Agraph_t* makeDotGraph (SparseMatrix, char *title, int dim, real *x, int with_color, int with_label, int use_matrix_value); -- 2.50.1