about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-01-16 18:32:24 +0000
committerJames Booth <boothj5@gmail.com>2014-01-16 18:32:24 +0000
commitc32caa62e012dd449a65688b2e7c1bf786fe4b75 (patch)
tree98dbb2b8ac6f811c88fa70dd54770d00d4b728ef /src/ui/ui.h
parent16bf753ad0f06a324be85cb88471a36bcb2c59e2 (diff)
downloadprofani-tty-c32caa62e012dd449a65688b2e7c1bf786fe4b75.tar.gz
Removed title_bar_show from UI module
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index cd7322a6..1ab0f3e7 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -154,7 +154,6 @@ void (*create_input_window)(void);
 // title bar actions
 void (*title_bar_refresh)(void);
 void (*title_bar_resize)(void);
-void (*title_bar_show)(const char * const title);
 void (*title_bar_console)(void);
 void (*title_bar_set_presence)(contact_presence_t presence);
 void (*title_bar_set_recipient)(const char * const from);