mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Removed unused functions from inputwin.c
This commit is contained in:
parent
b2536e91c0
commit
d64c4a69d7
@ -43,14 +43,10 @@ void create_input_window(void);
|
||||
gboolean inp_readline(void);
|
||||
void inp_nonblocking(gboolean reset);
|
||||
void inp_close(void);
|
||||
char* inp_read(int *key_type, wint_t *ch);
|
||||
void inp_win_clear(void);
|
||||
void inp_win_resize(void);
|
||||
void inp_put_back(void);
|
||||
void inp_non_block(gint);
|
||||
void inp_block(void);
|
||||
void inp_get_password(char *passwd);
|
||||
void inp_history_append(char *inp);
|
||||
void inp_write(char *line, int offset);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user