mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Removed ui_input_clear()
This commit is contained in:
parent
4c42ce9701
commit
be4b07102c
@ -213,12 +213,6 @@ ui_subwin_page_down(void)
|
||||
win_sub_page_down(current);
|
||||
}
|
||||
|
||||
void
|
||||
ui_input_clear(void)
|
||||
{
|
||||
inp_win_clear();
|
||||
}
|
||||
|
||||
void
|
||||
ui_input_nonblocking(gboolean reset)
|
||||
{
|
||||
|
@ -230,7 +230,6 @@ void ui_update_presence(const resource_presence_t resource_presence,
|
||||
const char *const message, const char *const show);
|
||||
void ui_statusbar_new(const int win);
|
||||
|
||||
void ui_input_clear(void);
|
||||
void ui_input_nonblocking(gboolean);
|
||||
void ui_write(char *line, int offset);
|
||||
|
||||
|
@ -320,7 +320,6 @@ char* inp_readline(void)
|
||||
|
||||
void ui_inp_history_append(char *inp) {}
|
||||
|
||||
void ui_input_clear(void) {}
|
||||
void ui_input_nonblocking(gboolean reset) {}
|
||||
|
||||
void ui_invalid_command_usage(const char * const usage, void (*setting_func)(void)) {}
|
||||
|
Loading…
Reference in New Issue
Block a user