mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 15:56:21 +00:00
Removed ui_get_current_chat()
This commit is contained in:
@@ -131,11 +131,6 @@ gboolean ui_current_win_is_otr(void)
|
||||
return (gboolean)mock();
|
||||
}
|
||||
|
||||
ProfChatWin *ui_get_current_chat(void)
|
||||
{
|
||||
return (ProfChatWin*)mock();
|
||||
}
|
||||
|
||||
void ui_current_print_line(const char * const msg, ...)
|
||||
{
|
||||
va_list args;
|
||||
@@ -517,7 +512,7 @@ ProfWin* win_create_xmlconsole(void)
|
||||
}
|
||||
ProfWin* win_create_chat(const char * const barejid)
|
||||
{
|
||||
return NULL;
|
||||
return (ProfWin*)mock();
|
||||
}
|
||||
ProfWin* win_create_muc(const char * const roomjid)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user