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
This commit is contained in:
HyunJick Lee 2026-03-27 07:12:35 +09:00 committed by GitHub
parent 6a41c9f42f
commit 46f560fd3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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] = []