aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-10-30 13:50:36 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-11-06 19:45:01 -0500
commit34a6051bd2da964f1080bc40544341455c832707 (patch)
tree8048627671713d3c89bae483cd5695439815952e /state.h
parent703b44d0ce3c173e04bdc93319ff7cceb8bac981 (diff)
fix memory leaks
Diffstat (limited to 'state.h')
-rw-r--r--state.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/state.h b/state.h
index 695ad2f..a58f4d5 100644
--- a/state.h
+++ b/state.h
@@ -78,7 +78,6 @@ typedef struct {
struct xkb_context* xkb_context;
struct xkb_keymap* xkb_keymap;
struct xkb_state* xkb_state;
- struct xkb_compose_state* xkb_compose_state;
int key_repeat_rate, key_repeat_delay;
int key_repeat_timer_fd;
xkb_keysym_t repeat_key;