Remove FEAT_MOUSE_JSB

This is never built and references some obscure jsb terminal
This commit is contained in:
Fredrik Fornwall
2014-07-29 18:08:15 +02:00
parent 1ef12f0204
commit bfaab2e351
8 changed files with 8 additions and 158 deletions

View File

@@ -252,9 +252,6 @@ static struct key_name_entry {
{K_MOUSE, (char_u *)"Mouse"},
{K_NETTERM_MOUSE, (char_u *)"NetMouse"},
{K_DEC_MOUSE, (char_u *)"DecMouse"},
#ifdef FEAT_MOUSE_JSB
{K_JSBTERM_MOUSE, (char_u *)"JsbMouse"},
#endif
{K_URXVT_MOUSE, (char_u *)"UrxvtMouse"},
{K_SGR_MOUSE, (char_u *)"SgrMouse"},
{K_LEFTMOUSE, (char_u *)"LeftMouse"},