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:
parent
6a41c9f42f
commit
46f560fd3e
1 changed files with 0 additions and 6 deletions
|
|
@ -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] = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue