diff options
author | James Booth <boothj5@gmail.com> | 2016-10-16 22:34:27 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-10-16 22:34:27 +0100 |
commit | 04e0a533812e1daba8d535f841894508c2a52447 (patch) | |
tree | 763bc8a642db1759b3e51429e2746e1f3ee32660 | |
parent | 503e0ae38ee70497ffc5cd90a4443ca87cd468f6 (diff) | |
download | profani-tty-04e0a533812e1daba8d535f841894508c2a52447.tar.gz |
Remove unused functions
-rw-r--r-- | src/ui/core.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/ui/core.c b/src/ui/core.c index 62cf3a02..8078d7b7 100644 --- a/src/ui/core.c +++ b/src/ui/core.c @@ -1289,21 +1289,3 @@ ui_show_software_version(const char *const jid, const char *const presence, 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); -} |