mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 12:56:21 +00:00
Remove ui_current_error_line
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user