1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Remove unused functions

This commit is contained in:
James Booth 2016-10-16 22:34:27 +01:00
parent 503e0ae38e
commit 04e0a53381

View File

@ -1289,21 +1289,3 @@ ui_show_software_version(const char *const jid, const char *const presence,
win_println(window, THEME_DEFAULT, '-', "OS : %s", os); win_println(window, THEME_DEFAULT, '-', "OS : %s", os);
} }
} }
void
ui_status_bar_inactive(const int win)
{
status_bar_inactive(win);
}
void
ui_status_bar_active(const int win)
{
status_bar_active(win);
}
void
ui_status_bar_new(const int win)
{
status_bar_new(win);
}