]> granicus.if.org Git - graphviz/commitdiff
mark plot_dot_labels static
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 6 Mar 2021 02:41:19 +0000 (18:41 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 16 Mar 2021 02:25:47 +0000 (19:25 -0700)
This is not used outside make_map.c

cmd/gvmap/make_map.c

index 9009eda2c6967e13dd08b9edacad065ba1fb8742..919756d31b9e80dd82b26169e9508ad377cc657e 100644 (file)
@@ -296,7 +296,7 @@ static void plot_dot_edges(FILE *f, SparseMatrix A){
   }
 }
 
-void plot_dot_labels(FILE *f, int n, int dim, real *x, char **labels, real *width, float *fsz){
+static void plot_dot_labels(FILE *f, int n, int dim, real *x, char **labels, real *width, float *fsz){
   int i;
 
   for (i = 0; i < n; i++){