about summary refs log tree commit diff stats
path: root/src/ui/inputwin.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-02-06 00:20:06 +0000
committerJames Booth <boothj5@gmail.com>2015-02-06 00:20:06 +0000
commit2e83d23873983303665b2ce25587bdb771f770b5 (patch)
tree06f621d8d56791401b203dcc426606084c52537d /src/ui/inputwin.c
parent113cb6cf9a26fd8518ccfcf07207ddb69f2f2f84 (diff)
downloadprofani-tty-2e83d23873983303665b2ce25587bdb771f770b5.tar.gz
Removed unused function
Diffstat (limited to 'src/ui/inputwin.c')
-rw-r--r--src/ui/inputwin.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ui/inputwin.c b/src/ui/inputwin.c
index b3216a16..5ae6656e 100644
--- a/src/ui/inputwin.c
+++ b/src/ui/inputwin.c
@@ -226,13 +226,6 @@ inp_nonblocking(gboolean reset)
 }
 
 void
-inp_block(void)
-{
-    wtimeout(inp_win, -1);
-}
-
-
-void
 inp_close(void)
 {
     rl_callback_handler_remove();