mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 22:26:22 +00:00
Remove ui_win_error_line
This commit is contained in:
@@ -757,12 +757,6 @@ ui_current_print_formatted_line(const char show_char, int attrs, const char *con
|
||||
g_string_free(fmt_msg, TRUE);
|
||||
}
|
||||
|
||||
void
|
||||
ui_win_error_line(ProfWin *window, const char *const msg)
|
||||
{
|
||||
win_printf_line(window, THEME_ERROR, '-', "%s", msg);
|
||||
}
|
||||
|
||||
void
|
||||
ui_current_error_line(const char *const msg)
|
||||
{
|
||||
|
||||
@@ -78,7 +78,6 @@ 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_win_error_line(ProfWin *window, const char *const msg);
|
||||
void ui_close_win(int index);
|
||||
int ui_win_unread(int index);
|
||||
char* ui_ask_password(void);
|
||||
|
||||
Reference in New Issue
Block a user