KeyHandler // Remove unnecessary comments.

This commit is contained in:
ShikiSuen 2022-09-24 13:04:27 +08:00
parent 4678e25c83
commit 0041c3d669
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ extension KeyHandler {
func buildAssociatePhraseState(
withPair pair: Megrez.Compositor.KeyValuePaired
) -> IMEState {
//  Xcode
IMEState.ofAssociates(
candidates: buildAssociatePhraseArray(withPair: pair))
}