-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[why] The code around `currentSourceFontGlyph` and `copiedToSlot` is needlessly complex and checks for conditions that are impossible to occur (possibly because the algorithm was different in the past). It becomes rather hard to follow which variable holds what kind of value and when. [how] Drop all the string-that-contain-hex-numbers stuff and use a regular integer list/variable. Format the string when it is output. Drop obsolete checks. Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
- Loading branch information
Showing
1 changed file
with
7 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters