diff --git a/xdo_build.py b/xdo_build.py index f8e04d3..2e71dc1 100644 --- a/xdo_build.py +++ b/xdo_build.py @@ -88,12 +88,6 @@ typedef struct xdo { /** @internal Length of charcodes array */ int charcodes_len; - /** @internal UNUSED -- result from XGetModifierMapping */ - XModifierKeymap *modmap; - - /** @internal UNUSED -- current keyboard mapping (via XGetKeyboardMapping) */ - KeySym *keymap; - /** @internal highest keycode value */ int keycode_high; /* highest and lowest keycodes */