mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
(struct key_config_t): remove.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
fb3ea27299
commit
2ab7fd0390
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user