mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Remove unused functions
This commit is contained in:
parent
503e0ae38e
commit
04e0a53381
@ -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);
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user