From be4b07102cf0973091d11db44f9acd0135da36c7 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 1 Nov 2015 18:42:42 +0000 Subject: Removed ui_input_clear() --- src/ui/core.c | 6 ------ src/ui/ui.h | 1 - 2 files changed, 7 deletions(-) (limited to 'src') diff --git a/src/ui/core.c b/src/ui/core.c index af395831..63e6e464 100644 --- a/src/ui/core.c +++ b/src/ui/core.c @@ -213,12 +213,6 @@ ui_subwin_page_down(void) win_sub_page_down(current); } -void -ui_input_clear(void) -{ - inp_win_clear(); -} - void ui_input_nonblocking(gboolean reset) { diff --git a/src/ui/ui.h b/src/ui/ui.h index 388f37ed..5e9516d5 100644 --- a/src/ui/ui.h +++ b/src/ui/ui.h @@ -230,7 +230,6 @@ void ui_update_presence(const resource_presence_t resource_presence, const char *const message, const char *const show); void ui_statusbar_new(const int win); -void ui_input_clear(void); void ui_input_nonblocking(gboolean); void ui_write(char *line, int offset); -- cgit 1.4.1-2-gfad0