diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-14 08:29:47 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-14 08:29:47 -0300 |
commit | c3a88eb8ea6098077b9b4c39d7d8c2b62daf7c5d (patch) | |
tree | 66646d20eaa7cf59b3866f9671fee2c39a276e69 /src/globals.h | |
parent | 7f23ec398de634ead63948a0dc5e52ea3cfb34a1 (diff) | |
download | rneovim-c3a88eb8ea6098077b9b4c39d7d8c2b62daf7c5d.tar.gz rneovim-c3a88eb8ea6098077b9b4c39d7d8c2b62daf7c5d.tar.bz2 rneovim-c3a88eb8ea6098077b9b4c39d7d8c2b62daf7c5d.zip |
Remove remaining hangul-related code
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 6b158f5d9b..9d61735c85 100644 --- a/src/globals.h +++ b/src/globals.h @@ -672,11 +672,6 @@ EXTERN int (*iconvctl)(iconv_t cd, int request, void *argument); EXTERN int* (*iconv_errno)(void); # endif - - -EXTERN int composing_hangul INIT(= 0); -EXTERN char_u composing_hangul_buffer[5]; - /* * "State" is the main state of Vim. * There are other variables that modify the state: |