diff options
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/globals.h b/src/globals.h index 224450384..fd1e6933c 100644 --- a/src/globals.h +++ b/src/globals.h @@ -965,11 +965,6 @@ EXTERN guicolor_T xim_bg_color INIT(= INVALCOLOR); # endif #endif -#ifdef FEAT_HANGULIN -EXTERN int composing_hangul INIT(= 0); -EXTERN char_u composing_hangul_buffer[5]; -#endif - /* * "State" is the main state of Vim. * There are other variables that modify the state: |