Remove unused fields in cursor_movement - st - Simple Terminal
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0df350cd0b64f83fbc2324bb2a1bc04b51e657e0
 (DIR) parent 1cea02be8d331597b3cfccf1d23eb22e57433c85
 (HTM) Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
       Date:   Thu, 15 Nov 2012 20:57:33 +0100
       
       Remove unused fields in cursor_movement
       
       ---
        st.c |    4 ----
        1 file changed, 4 deletions(-)
       Diffstat:
         st.c                                |       4 ----
       
       1 file changed, 0 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git 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
        };