From 6b9411114faad6eccbfb7866390aa56d36fb1dd3 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Mon, 13 Sep 2021 18:48:38 -0700 Subject: [PATCH] smyrna: remove unused hotkey macros --- cmd/smyrna/hotkeymap.h | 17 ----------------- 1 file changed, 17 deletions(-) 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); -- 2.40.0