summaryrefslogtreecommitdiffstats
path: root/src/gui_x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_x11.c')
-rw-r--r--src/gui_x11.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gui_x11.c b/src/gui_x11.c
index 3555ffae09..40f53d6f7c 100644
--- a/src/gui_x11.c
+++ b/src/gui_x11.c
@@ -863,14 +863,6 @@ gui_x11_key_hit_cb(
len = 0;
#endif
-#ifdef FEAT_HANGULIN
- if ((key_sym == XK_space) && (ev_press->state & ShiftMask))
- {
- hangul_input_state_toggle();
- goto theend;
- }
-#endif
-
if (key_sym == XK_space)
string[0] = ' '; /* Otherwise Ctrl-Space doesn't work */
@@ -1638,9 +1630,6 @@ gui_mch_open(void)
* changed them) */
highlight_gui_started(); /* re-init colors and fonts */
-#ifdef FEAT_HANGULIN
- hangul_keyboard_set();
-#endif
#ifdef FEAT_XIM
xim_init();
#endif