mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
src: Misc. cleanup
These macros (and global) haven't been used since
3baba1e7bc
This commit is contained in:
@@ -291,8 +291,6 @@ static struct key_name_entry {
|
||||
{0, NULL}
|
||||
};
|
||||
|
||||
#define KEY_NAMES_TABLE_LEN ARRAY_SIZE(key_names_table)
|
||||
|
||||
static struct mousetable {
|
||||
int pseudo_code; /* Code for pseudo mouse event */
|
||||
int button; /* Which mouse button is it? */
|
||||
|
Reference in New Issue
Block a user