Browse Source

Current Korean IMEs don't have candidates

Sam Lantinga 1 year ago
parent
commit
42d8db7e34
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/video/windows/SDL_windowskeyboard.c

+ 0 - 3
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);
 }