diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_thread.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_thread.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp index 47ecb1366e..7ab9d74d72 100644 --- a/protocols/JabberG/src/jabber_thread.cpp +++ b/protocols/JabberG/src/jabber_thread.cpp @@ -47,7 +47,6 @@ int iqIdRegSetReg; #define JCPF_OUT 0x02UL
#define JCPF_ERROR 0x04UL
-//extern int bSecureIM;
static VOID CALLBACK JabberDummyApcFunc(DWORD_PTR)
{
return;
|