Remove code defined under USE_IM_CONTROL #ifdefs

This is not being used and should not be part of the core anyway.
This commit is contained in:
Thiago de Arruda
2014-11-27 20:26:10 -03:00
parent 98b11f5db3
commit 6f7fe5d1b9
9 changed files with 0 additions and 148 deletions

View File

@@ -897,10 +897,6 @@ EXTERN int stop_insert_mode; /* for ":stopinsert" and 'insertmode' */
EXTERN int KeyTyped; /* TRUE if user typed current char */
EXTERN int KeyStuffed; /* TRUE if current char from stuffbuf */
#ifdef USE_IM_CONTROL
EXTERN int vgetc_im_active; /* Input Method was active for last
character obtained from vgetc() */
#endif
EXTERN int maptick INIT(= 0); /* tick for each non-mapped char */
EXTERN char_u chartab[256]; /* table used in charset.c; See