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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/TabSRMM/src/chat.h b/plugins/TabSRMM/src/chat.h
index 0c4a88a64b..29fd9e4596 100644
--- a/plugins/TabSRMM/src/chat.h
+++ b/plugins/TabSRMM/src/chat.h
@@ -50,12 +50,6 @@ struct MODULEINFO : public GCModuleInfoBase
wchar_t tszIdleMsg[60];
};
-struct LOGSTREAMDATA : public GCLogStreamDataBase
-{
- int crCount;
- CMsgDialog *dat;
-};
-
struct TMUCSettings : public GlobalLogSettingsBase
{
HICON hIconOverlay;
@@ -81,10 +75,6 @@ extern TMUCSettings g_Settings;
//////////////////////////////////////////////////////////////////////////////////
-// log.c
-char* Log_CreateRtfHeader(void);
-char* Log_CreateRTF(LOGSTREAMDATA *streamData);
-
// options.c
enum { FONTSECTION_AUTO, FONTSECTION_IM, FONTSECTION_IP };
void LoadMsgDlgFont(int section, int i, LOGFONTW *lf, COLORREF *colour = nullptr);