aboutsummaryrefslogtreecommitdiff
path: root/viz.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-12-14 21:01:30 -0800
committerBruce Hill <bruce@bruce-hill.com>2020-12-14 21:01:30 -0800
commit9f93a88890d11f6441f33cff8110164c8ee0656a (patch)
treeda28ea5017ed81988ea5833def18a70a1c3fb4ba /viz.c
parent0a5eebdafa212c5671d4c960aa7b85df066de608 (diff)
Dead code
Diffstat (limited to 'viz.c')
-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;