aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--viz.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/viz.c b/viz.c
index c133156..8e80574 100644
--- a/viz.c
+++ b/viz.c
@@ -10,17 +10,6 @@
#include "viz.h"
-/*
-static size_t utf8_len(const char *s)
-{
- size_t len = 0;
- while (*s) {
- len += (*s++ & 0xC0) != 0x80;
- }
- return len;
-}
-*/
-
static int match_height(match_t *m)
{
int height = 0;