From 2ab7fd03908df0daa8da7eb26e1f37f8a94fa6ef Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Sun, 14 Feb 2021 20:24:37 +0300 Subject: [PATCH] (struct key_config_t): remove. Signed-off-by: Andrew Borodin --- lib/keybind.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/keybind.h b/lib/keybind.h index e021f4f5e..00732141e 100644 --- a/lib/keybind.h +++ b/lib/keybind.h @@ -348,14 +348,6 @@ enum /*** structures declarations (and typedefs of structures)*****************************************/ -typedef struct key_config_t -{ - time_t mtime; /* mtime at the moment we read config file */ - GArray *keymap; - GArray *ext_keymap; - gchar *labels[10]; -} key_config_t; - /* The global keymaps are of this type */ typedef struct global_keymap_t {