From b5ce6f26e8b5389f2be2360509d336b539b65f56 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 14 Sep 2020 12:42:58 +0300 Subject: g_chatApi.LogToFile completely moved into the core --- include/m_chat_int.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 746ab483fc..d0dfff4bce 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -324,7 +324,6 @@ struct CHAT_MANAGER BOOL (*DoTrayIcon)(SESSION_INFO *si, GCEVENT *gce); BOOL (*DoPopup)(SESSION_INFO *si, GCEVENT *gce); int (*ShowPopup)(MCONTACT hContact, SESSION_INFO *si, HICON hIcon, char* pszProtoName, wchar_t* pszRoomName, COLORREF crBkg, const wchar_t* fmt, ...); - BOOL (*LogToFile)(SESSION_INFO *si, GCEVENT *gce); wchar_t* (*GetChatLogsFilename)(SESSION_INFO *si, time_t tTime); char* (*Log_SetStyle)(int style); -- cgit v1.2.3