Remove unused and superfluous macro definitions

This commit is contained in:
Benedikt Heine 2018-05-13 00:12:40 +02:00 committed by Nikos Tsipinakis
parent b6283724b9
commit 119340c07d
2 changed files with 1 additions and 5 deletions

View File

@ -578,7 +578,7 @@ void x_win_show(void)
AnyModifier, AnyModifier,
win->xwin, win->xwin,
false, false,
BUTTONMASK, (ButtonPressMask|ButtonReleaseMask),
GrabModeAsync, GrabModeAsync,
GrabModeSync, GrabModeSync,
None, None,

View File

@ -13,10 +13,6 @@
#include "screen.h" #include "screen.h"
#define BUTTONMASK (ButtonPressMask|ButtonReleaseMask)
#define FONT_HEIGHT_BORDER 2
#define DEFFONT "Monospace-11"
typedef struct _keyboard_shortcut { typedef struct _keyboard_shortcut {
const char *str; const char *str;
KeyCode code; KeyCode code;