Code

wreadln: moved code to insert_byte()
[ncmpc.git] / src / wreadln.h
index fa52d4986dbd61ff29d9b00dc3691625e0c6722b..692f4fd69fffc60c2054b7bc0b0783e61ac81c8b 100644 (file)
@@ -4,12 +4,6 @@
 #include <glib.h>
 #include <ncurses.h>
 
-/* max size allocated for a line */
-extern guint wrln_max_line_size;
-
-/* max items stored in the history list */
-extern guint wrln_max_history_length;
-
 /* completion callback data */
 extern void *wrln_completion_callback_data;