From: Matthew Fernandez Date: Tue, 14 Sep 2021 01:48:38 +0000 (-0700) Subject: smyrna: remove unused hotkey macros X-Git-Tag: 2.49.1~12^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b9411114faad6eccbfb7866390aa56d36fb1dd3;p=graphviz smyrna: remove unused hotkey macros --- diff --git a/cmd/smyrna/hotkeymap.h b/cmd/smyrna/hotkeymap.h index 19d4f2563..b822d763c 100644 --- a/cmd/smyrna/hotkeymap.h +++ b/cmd/smyrna/hotkeymap.h @@ -16,23 +16,6 @@ #define B_RSHIFT 65506 #define B_LCTRL 65507 #define B_RCTRL 65508 -#define LEFT_MOUSE_BUTTON glMouseLeftButton -#define RIGHT_MOUSE_BUTTON glMouseRightButton -#define MIDDLE_MOUSE_BUTTON glMouseMiddleButton - - - -/*key combinations defined here,dont modify the code above here*/ -#define F_BUTTON1 B_LSHIFT -#define F_BUTTON2 B_RSHIFT -#define F_BUTTON3 B_LCTRL -#define F_BUTTON4 B_LCTRL - -#define MOUSE_BUTTON_1 LEFT_MOUSE_BUTTON -#define MOUSE_BUTTON_2 RIGHT_MOUSE_BUTTON -#define MOUSE_BUTTON_3 MIDDLE_MOUSE_BUTTON - - extern void load_mouse_actions (ViewInfo* v);