Remove unused fields in cursor_movement
--- st.c | 4 ---- 1 file changed, 4 deletions(-)
This commit is contained in:
parent
1cea02be8d
commit
0df350cd0b
4
st.c
4
st.c
@ -89,10 +89,6 @@ enum glyph_attribute {
|
||||
};
|
||||
|
||||
enum cursor_movement {
|
||||
CURSOR_UP,
|
||||
CURSOR_DOWN,
|
||||
CURSOR_LEFT,
|
||||
CURSOR_RIGHT,
|
||||
CURSOR_SAVE,
|
||||
CURSOR_LOAD
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user