summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TabSRMM/src/chat.h')
-rw-r--r--plugins/TabSRMM/src/chat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/chat.h b/plugins/TabSRMM/src/chat.h
index 17e7dab2f1..eef0e184aa 100644
--- a/plugins/TabSRMM/src/chat.h
+++ b/plugins/TabSRMM/src/chat.h
@@ -52,7 +52,7 @@ struct MODULEINFO : public GCModuleInfoBase
struct SESSION_INFO : public GCSessionInfoBase
{
- int iLogTrayFlags, iLogPopupFlags, iDiskLogFlags;
+ int iLogTrayFlags, iLogPopupFlags;
};
struct LOGSTREAMDATA : public GCLogStreamDataBase
@@ -130,7 +130,6 @@ void Chat_SetFilters(SESSION_INFO *si);
void DoFlashAndSoundWorker(FLASH_PARAMS* p);
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);
#include "chat_resource.h"