From 0c0359df834851941d0d3055cc711d70fe4d15be Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sun, 13 Mar 2022 18:52:25 +0800 Subject: [PATCH] ctlPrefWindow // Cleanup useless comments. --- Source/WindowControllers/ctlPrefWindow.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/WindowControllers/ctlPrefWindow.swift b/Source/WindowControllers/ctlPrefWindow.swift index 9f3a1756..689839d4 100644 --- a/Source/WindowControllers/ctlPrefWindow.swift +++ b/Source/WindowControllers/ctlPrefWindow.swift @@ -156,9 +156,6 @@ extension RangeReplaceableCollection where Element: Hashable { } selectionKeyComboBox.stringValue = candidateSelectionKeys - - // MARK: - 設定漢字轉換選項是否禁用 - } // 這裡有必要加上這段處理,用來確保藉由偏好設定介面動過的 CNS 開關能夠立刻生效。