summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-11-12 16:01:09 +0000
committerThomas Adam <thomas@xteddy.org>2015-11-12 16:01:09 +0000
commitb2f19c9d06ed845f35d52ad78e2fe3a49238e1f7 (patch)
treec08f25ba1f0b1dde643f6acb77837fb933fedf58
parent4f88344df30bca9fbcf670f1bf749ddba3f42397 (diff)
parentf2d03f4fddddbdbc96566c55f92718c1f4319b33 (diff)
Merge branch 'obsd-master'
-rw-r--r--grid.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/grid.c b/grid.c
index 99dafab2..b8c9cbb7 100644
--- a/grid.c
+++ b/grid.c
@@ -42,10 +42,6 @@ const struct grid_cell grid_default_cell = { 0, 0, 8, 8, (1 << 4) | 1, " " };
memcpy(&gd->linedata[py].celldata[px], \
gc, sizeof gd->linedata[py].celldata[px]); \
} while (0)
-#define grid_put_utf8(gd, px, py, gc) do { \
- memcpy(&gd->linedata[py].utf8data[px], \
- gc, sizeof gd->linedata[py].utf8data[px]); \
-} while (0)
int grid_check_y(struct grid *, u_int);