mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Removed unused function
This commit is contained in:
parent
113cb6cf9a
commit
2e83d23873
@ -225,13 +225,6 @@ inp_nonblocking(gboolean reset)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
inp_block(void)
|
||||
{
|
||||
wtimeout(inp_win, -1);
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
inp_close(void)
|
||||
{
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user