diff options
Diffstat (limited to 'src/screen.c')
-rw-r--r-- | src/screen.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/screen.c b/src/screen.c index aed9d9af9..648d07a86 100644 --- a/src/screen.c +++ b/src/screen.c @@ -28,7 +28,6 @@ #include "options.h" #include "colors.h" #include "strfsong.h" -#include "wreadln.h" #include <stdlib.h> #include <unistd.h> @@ -522,9 +521,6 @@ screen_init(mpdclient_t *c) if (mode_fn->open != NULL) mode_fn->open(c); - - /* initialize wreadln */ - wrln_max_history_length = 16; } void |