summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/JabberG/src/stdafx.h1
-rw-r--r--protocols/MRA/src/MraProto.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h
index f445c93799..af10551219 100644
--- a/protocols/JabberG/src/stdafx.h
+++ b/protocols/JabberG/src/stdafx.h
@@ -669,7 +669,6 @@ int g_OnToolbarInit(WPARAM, LPARAM);
//---- jabber_misc.c ------------------------------------------------
-void JabberChatDllError(void);
wchar_t* UnEscapeChatTags(wchar_t* str_in);
//---- jabber_adhoc.cpp ---------------------------------------------
diff --git a/protocols/MRA/src/MraProto.h b/protocols/MRA/src/MraProto.h
index 8ea6b37f14..e9167e1879 100644
--- a/protocols/MRA/src/MraProto.h
+++ b/protocols/MRA/src/MraProto.h
@@ -311,7 +311,6 @@ struct CMraProto : public PROTO<CMraProto>
void __cdecl MraFilesQueueSendThreadProc(LPVOID lpParameter);
bool bChatExists;
- void MraChatDllError();
bool MraChatRegister();
INT_PTR MraChatSessionNew(MCONTACT hContactChatSession);
void MraChatSessionDestroy(MCONTACT hContactChatSession);