summaryrefslogtreecommitdiff
path: root/libmatekbd/matekbd-keyboard-drawing.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-08-12 14:37:21 +0200
committerZenWalker <[email protected]>2020-08-17 02:15:36 +0200
commiteee90309b842019d63dae406e92187bbfbbdf3eb (patch)
treed1a6c2f24aa039095e19a02016ece98ed53244df /libmatekbd/matekbd-keyboard-drawing.c
parent680308c45a67bc2eaa578cf50c60f47f6287a56c (diff)
downloadlibmatekbd-eee90309b842019d63dae406e92187bbfbbdf3eb.tar.bz2
libmatekbd-eee90309b842019d63dae406e92187bbfbbdf3eb.tar.xz
Remove unused macros
Diffstat (limited to 'libmatekbd/matekbd-keyboard-drawing.c')
-rw-r--r--libmatekbd/matekbd-keyboard-drawing.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libmatekbd/matekbd-keyboard-drawing.c b/libmatekbd/matekbd-keyboard-drawing.c
index a39e9b5..086b2e3 100644
--- a/libmatekbd/matekbd-keyboard-drawing.c
+++ b/libmatekbd/matekbd-keyboard-drawing.c
@@ -33,7 +33,6 @@
#include <matekbd-keyboard-drawing-marshal.h>
#include <matekbd-util.h>
-#define noKBDRAW_DEBUG
#define INVALID_KEYCODE ((guint)(-1))
@@ -2156,7 +2155,6 @@ xkb_state_notify_event_filter (GdkXEvent * gdkxev,
GdkEvent * event,
MatekbdKeyboardDrawing * drawing)
{
-#define group_change_mask (XkbGroupStateMask | XkbGroupBaseMask | XkbGroupLatchMask | XkbGroupLockMask)
#define modifier_change_mask (XkbModifierStateMask | XkbModifierBaseMask | XkbModifierLatchMask | XkbModifierLockMask)
if (!drawing->xkb)