Просмотр исходного кода

Current Korean IMEs don't have candidates

Sam Lantinga 1 год назад
Родитель
Сommit
42d8db7e34
1 измененных файлов с 0 добавлено и 3 удалено
  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);
 }