Commit 0df350c

Roberto E. Vargas Caballero <k0ga@shike2.com>
2012-11-15 14:57:33
Remove unused fields in cursor_movement
--- st.c | 4 ---- 1 file changed, 4 deletions(-)
1 parent 1cea02b
Changed files (1)
st.c
@@ -89,10 +89,6 @@ enum glyph_attribute {
 };
 
 enum cursor_movement {
-	CURSOR_UP,
-	CURSOR_DOWN,
-	CURSOR_LEFT,
-	CURSOR_RIGHT,
 	CURSOR_SAVE,
 	CURSOR_LOAD
 };