From 42d8db7e347396b587b9505fc12554c1e33d182f Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 27 Jun 2024 22:27:41 -0700 Subject: [PATCH] Current Korean IMEs don't have candidates --- src/video/windows/SDL_windowskeyboard.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/video/windows/SDL_windowskeyboard.c b/src/video/windows/SDL_windowskeyboard.c index 80c8d51bb9..b74f92b374 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); }