Removed title_bar_draw from UI module

This commit is contained in:
James Booth
2014-01-16 20:09:54 +00:00
parent 682601d479
commit f0e5e585f8
3 changed files with 8 additions and 19 deletions

View File

@@ -158,7 +158,6 @@ void (*title_bar_console)(void);
void (*title_bar_set_presence)(contact_presence_t presence);
void (*title_bar_set_recipient)(const char * const from);
void (*title_bar_set_typing)(gboolean is_typing);
void (*title_bar_draw)(void);
// console window actions
void (*cons_show)(const char * const msg, ...);