From 46f560fd3ee99d3caa2c4bf401840b852322dd13 Mon Sep 17 00:00:00 2001 From: HyunJick Lee Date: Fri, 27 Mar 2026 07:12:35 +0900 Subject: [PATCH] chore: remove unused koreanRanges constant (#2158) The Korean CJK font mapping added in PR #1017 was removed in PR #1700, but the koreanRanges static property was left behind as dead code. Related: #1700, #1693 --- Sources/GhosttyTerminalView.swift | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Sources/GhosttyTerminalView.swift b/Sources/GhosttyTerminalView.swift index 929bc434..2306bbdd 100644 --- a/Sources/GhosttyTerminalView.swift +++ b/Sources/GhosttyTerminalView.swift @@ -1406,12 +1406,6 @@ class GhosttyApp { "U+30A0-U+30FF", // Katakana ] - /// Unicode ranges specific to Korean (Hangul). - private static let koreanRanges = [ - "U+AC00-U+D7AF", // Hangul Syllables - "U+1100-U+11FF", // Hangul Jamo - ] - private struct UserFontConfigSummary { var containsCodepointMap = false var effectiveFontFamilies: [String] = []