Code

wreadln: convert public globals to local constants
[ncmpc.git] / src / screen.c
index aed9d9af9ab2890b68d80a9a8ed38759a7eda11a..648d07a86b4a733bd84763f0b4dcd3ff8f0602ad 100644 (file)
@@ -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