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-02-06 00:20:06 +0000
committerJames Booth <boothj5@gmail.com>2015-02-06 00:20:06 +0000
commit2e83d23873983303665b2ce25587bdb771f770b5 (patch)
tree06f621d8d56791401b203dcc426606084c52537d /src/ui/inputwin.h
parent113cb6cf9a26fd8518ccfcf07207ddb69f2f2f84 (diff)
downloadprofani-tty-2e83d23873983303665b2ce25587bdb771f770b5.tar.gz
Removed unused function
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 b9026863..91cbb0b2 100644
--- a/src/ui/inputwin.h
+++ b/src/ui/inputwin.h
@@ -46,7 +46,6 @@ void inp_close(void);
 void inp_win_clear(void);
 void inp_win_resize(void);
 void inp_put_back(void);
-void inp_block(void);
 char* inp_get_password(void);
 
 #endif