From: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date: Thu, 15 Nov 2012 19:57:33 +0000 (+0100)
Subject: Remove unused fields in cursor_movement
X-Git-Url: https://git.owens.tech/112-editable-focus.html/112-editable-focus.html/git?a=commitdiff_plain;h=0df350cd0b64f83fbc2324bb2a1bc04b51e657e0;p=st.git

Remove unused fields in cursor_movement

---
 st.c |    4 ----
 1 file changed, 4 deletions(-)
---

diff --git a/st.c b/st.c
index 0a8382c..db21901 100644
--- a/st.c
+++ b/st.c
@@ -89,10 +89,6 @@ enum glyph_attribute {
 };
 
 enum cursor_movement {
-	CURSOR_UP,
-	CURSOR_DOWN,
-	CURSOR_LEFT,
-	CURSOR_RIGHT,
 	CURSOR_SAVE,
 	CURSOR_LOAD
 };