mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Remove ui_current_error_line
This commit is contained in:
parent
9d075c9805
commit
478c749ff9
@ -757,13 +757,6 @@ ui_current_print_formatted_line(const char show_char, int attrs, const char *con
|
||||
g_string_free(fmt_msg, TRUE);
|
||||
}
|
||||
|
||||
void
|
||||
ui_current_error_line(const char *const msg)
|
||||
{
|
||||
ProfWin *current = wins_get_current();
|
||||
win_printf_line(current, THEME_ERROR, '-', "%s", msg);
|
||||
}
|
||||
|
||||
void
|
||||
ui_print_system_msg_from_recipient(const char *const barejid, const char *message)
|
||||
{
|
||||
|
@ -77,7 +77,6 @@ int ui_close_all_wins(void);
|
||||
int ui_close_read_wins(void);
|
||||
void ui_current_print_line(const char *const msg, ...);
|
||||
void ui_current_print_formatted_line(const char show_char, int attrs, const char *const msg, ...);
|
||||
void ui_current_error_line(const char *const msg);
|
||||
void ui_close_win(int index);
|
||||
int ui_win_unread(int index);
|
||||
char* ui_ask_password(void);
|
||||
|
@ -125,8 +125,6 @@ void ui_current_print_formatted_line(const char show_char, int attrs, const char
|
||||
va_end(args);
|
||||
}
|
||||
|
||||
void ui_current_error_line(const char * const msg) {}
|
||||
|
||||
void ui_close_win(int index) {}
|
||||
|
||||
int ui_win_unread(int index)
|
||||
|
Loading…
Reference in New Issue
Block a user