diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-05-01 16:49:37 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-05-01 16:49:37 -0400 |
commit | 205466830207a920c62146b7b689fac2e395431a (patch) | |
tree | fa720c8066d58f6d5e173930ab5b4096ce09b9d4 /src/nvim/keymap.c | |
parent | cc76c5b0cfb6233ff36949a4422d59cd4bc6efd5 (diff) | |
parent | 71592a06fd1be6632bdadfd1481c33cc5b79632d (diff) | |
download | rneovim-205466830207a920c62146b7b689fac2e395431a.tar.gz rneovim-205466830207a920c62146b7b689fac2e395431a.tar.bz2 rneovim-205466830207a920c62146b7b689fac2e395431a.zip |
Merge pull request #2493 from Pyrohh/cleanup-patches-misc
[RFC] vim-patch: 7.4.{389, 659} + small cleanup
Diffstat (limited to 'src/nvim/keymap.c')
-rw-r--r-- | src/nvim/keymap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/keymap.c b/src/nvim/keymap.c index 455615d318..8def1bb2ad 100644 --- a/src/nvim/keymap.c +++ b/src/nvim/keymap.c @@ -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? */ |