Current Korean IMEs don't have candidates

This commit is contained in:
Sam Lantinga
2024-06-27 22:27:41 -07:00
parent ed2022a175
commit 42d8db7e34

View File

@@ -1109,9 +1109,6 @@ static void UILess_GetCandidateList(SDL_VideoData *videodata, ITfCandidateListUI
}
}
}
// TODO: why was this necessary? check ime_horizontal_candidates instead?
// if (PRIMLANG() == LANG_KOREAN)
// videodata->ime_candsel = -1;
IME_SendCandidateList(videodata);
}