]> granicus.if.org Git - graphviz/commitdiff
lefty: mark 'GFXbuttoncb' static
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Sep 2021 00:51:39 +0000 (17:51 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 27 Sep 2021 14:45:27 +0000 (07:45 -0700)
This function is not used outside of its containing file.

cmd/lefty/gfxview.c
cmd/lefty/gfxview.h

index ec93a2445781866e9f1978cdcb5bafa5d3217467..932e70a895cb79c099583b89bd38c0eb322c30e3 100644 (file)
@@ -459,7 +459,7 @@ static void GFXtextcb (int wi, char *s) {
     Mpopmark (fm);
 }
 
-void GFXbuttoncb (int wi, void *data) {
+static void GFXbuttoncb (int wi, void *data) {
     Tobj wo, fo, co, to;
     long fm;
 
index 70ba71de5f0d94be113aa1ed15cc4ceef5f695c2..0fb8a18ebd037cd00317d63281aadd54e1b230d8 100644 (file)
@@ -24,7 +24,6 @@ void GFXviewcb (Gevent_t *);
 void GFXevent (Gevent_t *);
 void GFXmove (void);
 void GFXredraw (void);
-void GFXbuttoncb (int, void *);
 void GFXmonitorfile (int);
 void GFXidle (void);