From: Matthew Fernandez Date: Sat, 23 Oct 2021 01:59:23 +0000 (-0700) Subject: smyrna: remove unused 'clicked_mouse_button' X-Git-Tag: 2.50.0~65^2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0be7ece7c6c7f154b36ec6220600d39c871f0d1a;p=graphviz smyrna: remove unused 'clicked_mouse_button' --- diff --git a/cmd/smyrna/smyrnadefs.h b/cmd/smyrna/smyrnadefs.h index d53d95456..d06bb4052 100644 --- a/cmd/smyrna/smyrnadefs.h +++ b/cmd/smyrna/smyrnadefs.h @@ -101,10 +101,6 @@ typedef struct int with_widgets; }attr_list; - - typedef enum { leftmousebutton, rightmousebutton, - thirdmousebutton } clicked_mouse_button; - typedef struct { xdot_op op;