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

@@ -116,11 +116,6 @@ static char *(features[]) = {
#if defined(UNIX)
"+mouse_dec",
"-mouse_gpm",
# ifdef FEAT_MOUSE_JSB
"+mouse_jsbterm",
# else // ifdef FEAT_MOUSE_JSB
"-mouse_jsbterm",
# endif // ifdef FEAT_MOUSE_JSB
"+mouse_netterm",
#endif // if defined(UNIX)