about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-10-16 22:34:27 +0100
committerJames Booth <boothj5@gmail.com>2016-10-16 22:34:27 +0100
commit04e0a533812e1daba8d535f841894508c2a52447 (patch)
tree763bc8a642db1759b3e51429e2746e1f3ee32660 /src
parent503e0ae38ee70497ffc5cd90a4443ca87cd468f6 (diff)
downloadprofani-tty-04e0a533812e1daba8d535f841894508c2a52447.tar.gz
Remove unused functions
Diffstat (limited to 'src')
-rw-r--r--src/ui/core.c18
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);
-}