summaryrefslogtreecommitdiffstats
path: root/src/gui_gtk_x11.c
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/gui_gtk_x11.c
parent10455d43fef041309ce0613fa792c635dd71e3a8 (diff)
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/gui_gtk_x11.c')
-rw-r--r--src/gui_gtk_x11.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gui_gtk_x11.c b/src/gui_gtk_x11.c
index d57cefa099..9c41ffbc40 100644
--- a/src/gui_gtk_x11.c
+++ b/src/gui_gtk_x11.c
@@ -1159,14 +1159,6 @@ key_press_event(GtkWidget *widget UNUSED,
return TRUE;
#endif
-#ifdef FEAT_HANGULIN
- if (key_sym == GDK_space && (state & GDK_SHIFT_MASK))
- {
- hangul_input_state_toggle();
- return TRUE;
- }
-#endif
-
#ifdef SunXK_F36
/*
* These keys have bogus lookup strings, and trapping them here is
@@ -4388,10 +4380,6 @@ gui_mch_open(void)
g_signal_connect(G_OBJECT(gui.mainwin), "destroy",
G_CALLBACK(mainwin_destroy_cb), NULL);
-#ifdef FEAT_HANGULIN
- hangul_keyboard_set();
-#endif
-
/*
* Notify the fixed area about the need to resize the contents of the
* gui.formwin, which we use for random positioning of the included