diff --git a/src/video/windows/SDL_windowskeyboard.c b/src/video/windows/SDL_windowskeyboard.c index 80c8d51bb..b74f92b37 100644 --- a/src/video/windows/SDL_windowskeyboard.c +++ b/src/video/windows/SDL_windowskeyboard.c @@ -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); }