about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index 434fab24..cd5349d2 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -196,8 +196,6 @@ int ui_close_read_wins(void);
 win_type_t ui_current_win_type(void);
 gboolean ui_current_win_is_otr(void);
 
-ProfChatWin *ui_get_current_chat(void);
-
 void ui_current_print_line(const char * const msg, ...);
 void ui_current_print_formatted_line(const char show_char, int attrs, const char * const msg, ...);
 void ui_current_error_line(const char * const msg);