about summary refs log tree commit diff stats
path: root/src/ui/inputwin.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-01 18:38:21 +0000
committerJames Booth <boothj5@gmail.com>2015-11-01 18:38:21 +0000
commit4c42ce9701fa4df960a8b20d704ac611e4866dfa (patch)
tree33e4763b473382311bdea721d4f55ec8c324d046 /src/ui/inputwin.h
parent17488ca3462380cfc3be5ec1d6bac2675a45cc90 (diff)
downloadprofani-tty-4c42ce9701fa4df960a8b20d704ac611e4866dfa.tar.gz
Removed ui_readline()
Diffstat (limited to 'src/ui/inputwin.h')
-rw-r--r--src/ui/inputwin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/inputwin.h b/src/ui/inputwin.h
index 25faba38..7a45afde 100644
--- a/src/ui/inputwin.h
+++ b/src/ui/inputwin.h
@@ -40,7 +40,6 @@
 #define INP_WIN_MAX 1000
 
 void create_input_window(void);
-char* inp_readline(void);
 void inp_nonblocking(gboolean reset);
 void inp_close(void);
 void inp_win_clear(void);