diff options
Diffstat (limited to '')
-rw-r--r-- | src/wreadln.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wreadln.h b/src/wreadln.h index fa52d4986..692f4fd69 100644 --- a/src/wreadln.h +++ b/src/wreadln.h @@ -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; |