mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 18:26:22 +00:00
Removed ui_win_type
This commit is contained in:
@@ -751,13 +751,6 @@ ui_prune_wins(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
win_type_t
|
|
||||||
ui_win_type(int index)
|
|
||||||
{
|
|
||||||
ProfWin *window = wins_get_by_num(index);
|
|
||||||
return window->type;
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
ui_current_print_line(const char *const msg, ...)
|
ui_current_print_line(const char *const msg, ...)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -78,7 +78,6 @@ 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_print_formatted_line(const char show_char, int attrs, const char *const msg, ...);
|
||||||
void ui_current_error_line(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_win_error_line(ProfWin *window, const char *const msg);
|
||||||
win_type_t ui_win_type(int index);
|
|
||||||
void ui_close_win(int index);
|
void ui_close_win(int index);
|
||||||
int ui_win_unread(int index);
|
int ui_win_unread(int index);
|
||||||
char* ui_ask_password(void);
|
char* ui_ask_password(void);
|
||||||
|
|||||||
@@ -136,12 +136,6 @@ void ui_current_print_formatted_line(const char show_char, int attrs, const char
|
|||||||
void ui_current_error_line(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_win_error_line(ProfWin *window, const char * const msg) {}
|
||||||
|
|
||||||
|
|
||||||
win_type_t ui_win_type(int index)
|
|
||||||
{
|
|
||||||
return WIN_CONSOLE;
|
|
||||||
}
|
|
||||||
|
|
||||||
void ui_close_win(int index) {}
|
void ui_close_win(int index) {}
|
||||||
|
|
||||||
int ui_win_unread(int index)
|
int ui_win_unread(int index)
|
||||||
|
|||||||
Reference in New Issue
Block a user