mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Removed ui_win_type
This commit is contained in:
parent
bcd19c6d16
commit
2089eebf09
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user