]> granicus.if.org Git - graphviz/commitdiff
mark GFXarrayresizecb as static
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 2 May 2021 02:29:12 +0000 (19:29 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 16 May 2021 16:40:28 +0000 (09:40 -0700)
This function is not used outside of its containing file.

cmd/lefty/gfxview.c

index 69609fc45974b91e9b430640602f7551f23f9cc7..9d2d2d20120dff166ee97e4cf434e1cae557a1d1 100644 (file)
@@ -477,7 +477,7 @@ void GFXbuttoncb (int wi, void *data) {
     Mpopmark (fm);
 }
 
-void GFXarrayresizecb (int wi, Gawdata_t *dp) {
+static void GFXarrayresizecb (int wi, Gawdata_t *dp) {
     Tobj wo, fo, co, so, to, lrtno, sxo, syo;
     Tkvindex_t tkvi;
     Gawcarray_t *cp;