diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-09 18:36:57 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-12-09 18:36:57 +0200 |
commit | 8079c9981cfd2d7833804fc847e8b5d6edcb0942 (patch) | |
tree | 363831c9479b791b635e8039e5820113bf10e28f /src/ui/text.c | |
parent | 46b609c9e8df1077a5e187fce0ba77c810aa71bf (diff) |
Cleanup
Diffstat (limited to 'src/ui/text.c')
-rw-r--r-- | src/ui/text.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/text.c b/src/ui/text.c index ae4b1714..3e1d732a 100644 --- a/src/ui/text.c +++ b/src/ui/text.c | |||
@@ -672,9 +672,6 @@ static iRect run_Font_(iFont *d, enum iRunMode mode, iRangecc text, size_t maxLe | |||
672 | ch = nextChar_(&chPos, text.end); | 672 | ch = nextChar_(&chPos, text.end); |
673 | ch = nextChar_(&chPos, text.end); | 673 | ch = nextChar_(&chPos, text.end); |
674 | } | 674 | } |
675 | else { | ||
676 | printf("it's %x\n", prevCh); | ||
677 | } | ||
678 | } | 675 | } |
679 | if (isVariationSelector_Char(ch)) { | 676 | if (isVariationSelector_Char(ch)) { |
680 | /* TODO: VS15: Should peek ahead for this and prefer the Emoji font. */ | 677 | /* TODO: VS15: Should peek ahead for this and prefer the Emoji font. */ |