about summary refs log tree commit diff
path: root/edit.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-02-20 11:54:06 -0500
committerJune McEnroe <june@causal.agency>2022-02-20 11:54:06 -0500
commit157be8a8d72f17b4c56fc64c1659ac7b1cac22df (patch)
tree088b0e245cadd53ddb5bd3a44aba34f9b2835e03 /edit.h
parentRemove unneeded includes in ui.c (diff)
downloadcatgirl-157be8a8d72f17b4c56fc64c1659ac7b1cac22df.tar.gz
catgirl-157be8a8d72f17b4c56fc64c1659ac7b1cac22df.zip
Remove unused mbs.len field from struct Edit
Diffstat (limited to '')
-rw-r--r--edit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/edit.h b/edit.h
index d15e5fb..49adb7f 100644
--- a/edit.h
+++ b/edit.h
@@ -45,7 +45,6 @@ struct Edit {
 	struct {
 		char *buf;
 		size_t pos;
-		size_t len;
 	} mbs;
 };