about summary refs log tree commit diff stats
path: root/src/ui/core.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-30 23:42:51 +0000
committerJames Booth <boothj5@gmail.com>2015-01-30 23:42:51 +0000
commita9ed64911d29819f20fe8cafae87af61b6f53e14 (patch)
treeba65d3c9d025aead76394b450c881efd87712740 /src/ui/core.c
parent83bd207316037a8086f15f37c0e187a2ffba2e14 (diff)
downloadprofani-tty-a9ed64911d29819f20fe8cafae87af61b6f53e14.tar.gz
Removed history and various key handlers
Diffstat (limited to 'src/ui/core.c')
-rw-r--r--src/ui/core.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 3520f81d..84a442f2 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -207,12 +207,6 @@ ui_readline(void)
 }
 
 void
-ui_inp_history_append(char *inp)
-{
-    inp_history_append(inp);
-}
-
-void
 ui_input_clear(void)
 {
     inp_win_clear();