mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Removed ui_about() function
This commit is contained in:
parent
523d92e950
commit
d8fc7faa36
@ -1019,7 +1019,8 @@ cmd_help(ProfWin *window, const char *const command, gchar **args)
|
||||
gboolean
|
||||
cmd_about(ProfWin *window, const char *const command, gchar **args)
|
||||
{
|
||||
ui_about();
|
||||
cons_show("");
|
||||
cons_about();
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
@ -151,13 +151,6 @@ ui_update(void)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
ui_about(void)
|
||||
{
|
||||
cons_show("");
|
||||
cons_about();
|
||||
}
|
||||
|
||||
unsigned long
|
||||
ui_get_idle_time(void)
|
||||
{
|
||||
|
@ -230,7 +230,6 @@ void ui_titlebar_presence(contact_presence_t presence);
|
||||
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_about(void);
|
||||
void ui_statusbar_new(const int win);
|
||||
|
||||
char* ui_readline(void);
|
||||
|
@ -319,7 +319,6 @@ void ui_titlebar_presence(contact_presence_t presence) {}
|
||||
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_about(void) {}
|
||||
void ui_statusbar_new(const int win) {}
|
||||
|
||||
char* ui_readline(void)
|
||||
|
Loading…
Reference in New Issue
Block a user