mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 21:36:22 +00:00
Removed ui_get_current_chat()
This commit is contained in:
@@ -405,12 +405,6 @@ ui_get_chat_recipients(void)
|
||||
return recipients;
|
||||
}
|
||||
|
||||
ProfChatWin *
|
||||
ui_get_current_chat(void)
|
||||
{
|
||||
return wins_get_current_chat();
|
||||
}
|
||||
|
||||
void
|
||||
ui_message_receipt(const char * const barejid, const char * const id)
|
||||
{
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user