diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_misc.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_misc.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/protocols/JabberG/src/jabber_misc.cpp b/protocols/JabberG/src/jabber_misc.cpp index c6e995a074..1aba22e73c 100644 --- a/protocols/JabberG/src/jabber_misc.cpp +++ b/protocols/JabberG/src/jabber_misc.cpp @@ -41,16 +41,6 @@ void CJabberProto::AddContactToRoster(const wchar_t *jid, const wchar_t *nick, c }
///////////////////////////////////////////////////////////////////////////////
-// JabberChatDllError() - missing CHAT.DLL
-
-void JabberChatDllError()
-{
- MessageBox(NULL,
- TranslateT("Chat plugin is required for conferences. Install it before chatting"),
- TranslateT("Jabber Error"), MB_OK | MB_SETFOREGROUND);
-}
-
-///////////////////////////////////////////////////////////////////////////////
// JabberDBAddAuthRequest()
void CJabberProto::DBAddAuthRequest(const wchar_t *jid, const wchar_t *nick)
|