about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--edit.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/edit.h b/edit.h
index db0d416..41966b8 100644
--- a/edit.h
+++ b/edit.h
@@ -28,12 +28,7 @@
 #include <stdbool.h>
 #include <stddef.h>
 
-enum EditMode {
-	EditInsert,
-};
-
 struct Edit {
-	enum EditMode mode;
 	wchar_t *buf;
 	size_t pos;
 	size_t len;