From 0041c3d669a03cc2b650152b7cdd5f9ab17b3f08 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sat, 24 Sep 2022 13:04:27 +0800 Subject: [PATCH] KeyHandler // Remove unnecessary comments. --- Source/Modules/KeyHandler_States.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Modules/KeyHandler_States.swift b/Source/Modules/KeyHandler_States.swift index dc93a5af..0f8680f1 100644 --- a/Source/Modules/KeyHandler_States.swift +++ b/Source/Modules/KeyHandler_States.swift @@ -114,7 +114,6 @@ extension KeyHandler { func buildAssociatePhraseState( withPair pair: Megrez.Compositor.KeyValuePaired ) -> IMEState { - // 上一行必須要用驚嘆號,否則 Xcode 會誤導你砍掉某些實際上必需的語句。 IMEState.ofAssociates( candidates: buildAssociatePhraseArray(withPair: pair)) }