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 };