diff options
Diffstat (limited to 'src/mbyte.c')
-rw-r--r-- | src/mbyte.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mbyte.c b/src/mbyte.c index c214f3787..6ecf53bc0 100644 --- a/src/mbyte.c +++ b/src/mbyte.c @@ -4252,10 +4252,6 @@ mb_unescape(char_u **pp) int mb_lefthalve(int row, int col) { -#ifdef FEAT_HANGULIN - if (composing_hangul) - return TRUE; -#endif return (*mb_off2cells)(LineOffset[row] + col, LineOffset[row] + screen_Columns) > 1; } @@ -5855,11 +5851,6 @@ xim_queue_key_press_event(GdkEventKey *event, int down) int im_get_status(void) { -# ifdef FEAT_HANGULIN - if (hangul_input_state_get()) - return TRUE; -# endif - # ifdef FEAT_EVAL if (USE_IMSTATUSFUNC) return call_imstatusfunc(); |