Removed title_bar_show from UI module

This commit is contained in:
James Booth
2014-01-16 18:32:24 +00:00
parent 16bf753ad0
commit c32caa62e0
2 changed files with 2 additions and 3 deletions

View File

@@ -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);