diff options
Diffstat (limited to 'src/screen.c')
-rw-r--r-- | src/screen.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/screen.c b/src/screen.c index edb93f8b7..c0f7d494b 100644 --- a/src/screen.c +++ b/src/screen.c @@ -4041,19 +4041,6 @@ showmode(void) msg_puts_attr(" XIM", attr); # endif #endif -#if defined(FEAT_HANGULIN) && defined(FEAT_GUI) - if (gui.in_use) - { - if (hangul_input_state_get()) - { - /* HANGUL */ - if (enc_utf8) - msg_puts_attr(" \355\225\234\352\270\200", attr); - else - msg_puts_attr(" \307\321\261\333", attr); - } - } -#endif /* CTRL-X in Insert mode */ if (edit_submode != NULL && !shortmess(SHM_COMPLETIONMENU)) { |