From 48b8ef08448454e0f7198e20839c9ea05a4957c7 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 1 May 2021 19:29:12 -0700 Subject: [PATCH] mark GFXarrayresizecb as static This function is not used outside of its containing file. --- cmd/lefty/gfxview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lefty/gfxview.c b/cmd/lefty/gfxview.c index 69609fc45..9d2d2d201 100644 --- a/cmd/lefty/gfxview.c +++ b/cmd/lefty/gfxview.c @@ -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; -- 2.40.0