JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Remove unused fields in cursor_movement
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Thu, 15 Nov 2012 19:57:33 +0000 (20:57 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Thu, 15 Nov 2012 19:57:33 +0000 (20:57 +0100)
---
 st.c |    4 ----
 1 file changed, 4 deletions(-)

st.c

diff --git a/st.c b/st.c
index 0a8382c..db21901 100644 (file)
--- 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
 };