diff --git a/ccc.c b/ccc.c index 3539f52..071de2d 100644 --- a/ccc.c +++ b/ccc.c @@ -399,10 +399,6 @@ int main(int argc, char **argv) case ESC: break; - case RESIZE: - half_width = cols / 2 + WINDOW_OFFSET; - list_files(); - break; default: break; } diff --git a/config.h b/config.h index a33b109..187d362 100644 --- a/config.h +++ b/config.h @@ -51,7 +51,6 @@ In COLS: #define UP 0x103 #define LEFT 0x104 #define RIGHT 0x105 -#define RESIZE 278 /* Colros */ #define GREEN "166;227;161"