]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused hotkey macros
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 14 Sep 2021 01:48:38 +0000 (18:48 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 19 Sep 2021 00:13:00 +0000 (17:13 -0700)
cmd/smyrna/hotkeymap.h

index 19d4f2563bad15f6a0d648998cf3ea14f94e8ed2..b822d763c432e6327756fcf7baa024516ecd9d7d 100644 (file)
 #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);