Remove remaining hangul-related code

This commit is contained in:
Thiago de Arruda
2014-03-14 08:29:47 -03:00
parent 7f23ec398d
commit c3a88eb8ea
6 changed files with 12 additions and 23 deletions

View File

@@ -3343,8 +3343,6 @@ char_u * mb_unescape(char_u **pp)
*/
int mb_lefthalve(int row, int col)
{
if (composing_hangul)
return TRUE;
return (*mb_off2cells)(LineOffset[row] + col,
LineOffset[row] + screen_Columns) > 1;
}