summaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-11-21 17:13:31 +0100
committerBram Moolenaar <Bram@vim.org>2019-11-21 17:13:31 +0100
commit546125869f2959480c9a0f6c448c2092d565ec15 (patch)
tree7ac0aff02cb54e73a4a1a0143d6c09ed2eff8bcd /src/globals.h
parent10455d43fef041309ce0613fa792c635dd71e3a8 (diff)
downloadvim-git-546125869f2959480c9a0f6c448c2092d565ec15.tar.gz
patch 8.1.2327: cannot build with Hangul inputv8.1.2327
Problem: Cannot build with Hangul input. Solution: Remove Hangul input support.
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h5
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: