1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Removed unused function

This commit is contained in:
James Booth 2015-02-06 00:20:06 +00:00
parent 113cb6cf9a
commit 2e83d23873
2 changed files with 0 additions and 8 deletions

View File

@ -225,13 +225,6 @@ inp_nonblocking(gboolean reset)
}
}
void
inp_block(void)
{
wtimeout(inp_win, -1);
}
void
inp_close(void)
{

View File

@ -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