~petersanchez/st

0df350cd0b64f83fbc2324bb2a1bc04b51e657e0 — Roberto E. Vargas Caballero 11 years ago 1cea02b
Remove unused fields in cursor_movement

---
 st.c |    4 ----
 1 file changed, 4 deletions(-)
1 files changed, 0 insertions(+), 4 deletions(-)

M st.c
M st.c => st.c +0 -4
@@ 89,10 89,6 @@ enum glyph_attribute {
};

enum cursor_movement {
	CURSOR_UP,
	CURSOR_DOWN,
	CURSOR_LEFT,
	CURSOR_RIGHT,
	CURSOR_SAVE,
	CURSOR_LOAD
};