Removed ui_about() function

This commit is contained in:
James Booth
2015-10-26 20:37:50 +00:00
parent 523d92e950
commit d8fc7faa36
4 changed files with 2 additions and 10 deletions

View File

@@ -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)