about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/core.c6
-rw-r--r--src/ui/ui.h1
2 files changed, 0 insertions, 7 deletions
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
@@ -214,12 +214,6 @@ ui_subwin_page_down(void)
 }
 
 void
-ui_input_clear(void)
-{
-    inp_win_clear();
-}
-
-void
 ui_input_nonblocking(gboolean reset)
 {
     inp_nonblocking(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);