Procházet zdrojové kódy

Current Korean IMEs don't have candidates

Sam Lantinga před 1 rokem
rodič
revize
42d8db7e34
1 změnil soubory, kde provedl 0 přidání a 3 odebrání
  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);
     IME_SendCandidateList(videodata);
 }
 }