Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
Remove unused fields in cursor_movement
[st.git]
/
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
};