summaryrefslogtreecommitdiff
path: root/src/ui/text.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-09 18:36:57 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-09 18:36:57 +0200
commit8079c9981cfd2d7833804fc847e8b5d6edcb0942 (patch)
tree363831c9479b791b635e8039e5820113bf10e28f /src/ui/text.c
parent46b609c9e8df1077a5e187fce0ba77c810aa71bf (diff)
Cleanup
Diffstat (limited to 'src/ui/text.c')
-rw-r--r--src/ui/text.c3
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. */