mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Removed ui_statusbar_new
This commit is contained in:
parent
022d20bbdc
commit
eece15d92c
@ -1467,7 +1467,7 @@ cmd_who(ProfWin *window, const char *const command, gchar **args)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (window->type != WIN_CONSOLE && window->type != WIN_MUC) {
|
if (window->type != WIN_CONSOLE && window->type != WIN_MUC) {
|
||||||
ui_statusbar_new(1);
|
status_bar_new(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
@ -1081,12 +1081,6 @@ ui_goodbye_title(void)
|
|||||||
if(result == -1) log_error("Error printing title on shutdown");
|
if(result == -1) log_error("Error printing title on shutdown");
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
ui_statusbar_new(const int win)
|
|
||||||
{
|
|
||||||
status_bar_new(win);
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
_ui_draw_term_title(void)
|
_ui_draw_term_title(void)
|
||||||
{
|
{
|
||||||
|
@ -127,7 +127,6 @@ void ui_prune_wins(void);
|
|||||||
void ui_auto_away(char *message, gint time, resource_presence_t res_presence);
|
void ui_auto_away(char *message, gint time, resource_presence_t res_presence);
|
||||||
void ui_handle_login_account_success(ProfAccount *account, int secured);
|
void ui_handle_login_account_success(ProfAccount *account, int secured);
|
||||||
void ui_update_presence(const resource_presence_t resource_presence, const char *const message, const char *const show);
|
void ui_update_presence(const resource_presence_t resource_presence, const char *const message, const char *const show);
|
||||||
void ui_statusbar_new(const int win);
|
|
||||||
void ui_write(char *line, int offset);
|
void ui_write(char *line, int offset);
|
||||||
void ui_invalid_command_usage(const char *const cmd, void (*setting_func)(void));
|
void ui_invalid_command_usage(const char *const cmd, void (*setting_func)(void));
|
||||||
gboolean ui_win_has_unsaved_form(int num);
|
gboolean ui_win_has_unsaved_form(int num);
|
||||||
|
@ -271,7 +271,6 @@ void ui_prune_wins(void) {}
|
|||||||
void ui_handle_login_account_success(ProfAccount *account, int secured) {}
|
void ui_handle_login_account_success(ProfAccount *account, int secured) {}
|
||||||
void ui_update_presence(const resource_presence_t resource_presence,
|
void ui_update_presence(const resource_presence_t resource_presence,
|
||||||
const char * const message, const char * const show) {}
|
const char * const message, const char * const show) {}
|
||||||
void ui_statusbar_new(const int win) {}
|
|
||||||
|
|
||||||
char* inp_readline(void)
|
char* inp_readline(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user