diff options
author | James Booth <boothj5@gmail.com> | 2016-10-16 20:12:49 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-10-16 20:12:49 +0100 |
commit | 257d2d4f4f0ab048dd1444d346b931401e7f1a27 (patch) | |
tree | 8fbf4c055bf9246892f10314344193ae3df8abf1 /src/ui | |
parent | 8fd9f9e2011aa400c1265ea5bd0d71377506afcb (diff) | |
download | profani-tty-257d2d4f4f0ab048dd1444d346b931401e7f1a27.tar.gz |
Remove unused function prototypes
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/ui.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h index 1a692fd8..ddcf884c 100644 --- a/src/ui/ui.h +++ b/src/ui/ui.h @@ -120,10 +120,8 @@ void ui_prune_wins(void); void ui_auto_away(char *message, gint time, resource_presence_t res_presence); void ui_handle_login_account_success(ProfAccount *account, gboolean secured); void ui_update_presence(const resource_presence_t resource_presence, const char *const message, const char *const show); -void ui_write(char *line, int offset); void ui_invalid_command_usage(const char *const cmd, void (*setting_func)(void)); gboolean ui_win_has_unsaved_form(int num); -void ui_inp_history_append(char *inp); // Chat window ProfChatWin* chatwin_new(const char *const barejid); |