diff options
-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. */ |