summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-09-21 19:25:14 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-09-21 19:25:14 +0000
commitb4caa062df453412e7cafa5b96afab0b0c3a2940 (patch)
tree1bc9525da82181a285cfd80f57fc0ac5975a59d4 /protocols/JabberG/src/jabber_proto.h
parent9f8f69354030860c05e3c89b8050723a135b74f4 (diff)
some unused variables & functions
git-svn-id: http://svn.miranda-ng.org/main/trunk@6169 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r--protocols/JabberG/src/jabber_proto.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h
index 02253c9217..5122f1c086 100644
--- a/protocols/JabberG/src/jabber_proto.h
+++ b/protocols/JabberG/src/jabber_proto.h
@@ -241,7 +241,7 @@ struct CJabberProto : public PROTO<CJabberProto>
HANDLE m_hThreadHandle;
TCHAR *m_szJabberJID;
- char* m_szStreamId;
+ char *m_szStreamId;
BOOL m_bJabberOnline; // XMPP connection initialized and we can send XMPP packets
int m_nJabberSearchID;
time_t m_tmJabberLoggedInTime;
@@ -249,11 +249,9 @@ struct CJabberProto : public PROTO<CJabberProto>
UINT m_nJabberCodePage;
TCHAR *m_tszSelectedLang;
- CMString m_szCurrentEntityCapsHash;
-
CRITICAL_SECTION m_csModeMsgMutex;
JABBER_MODEMSGS m_modeMsgs;
- BOOL m_bModeMsgStatusChangePending;
+ BOOL m_bModeMsgStatusChangePending;
BOOL m_bChangeStatusMessageOnly;
BOOL m_bSendKeepAlive;
@@ -862,8 +860,6 @@ struct CJabberProto : public PROTO<CJabberProto>
//---- jabber_util.c -----------------------------------------------------------------
pResourceStatus ResourceInfoFromJID(const TCHAR *jid);
- void SerialInit(void);
- void SerialUninit(void);
int SerialNext(void);
HANDLE HContactFromJID(const TCHAR *jid , BOOL bStripResource = 3);
@@ -957,8 +953,7 @@ private:
HANDLE m_hJabberAvatarsFolder;
BOOL m_bFoldersInitDone;
- CRITICAL_SECTION m_csSerial;
- unsigned int m_nSerial;
+ LONG m_nSerial;
HGENMENU m_hPrivacyMenuRoot;
BOOL m_menuItemsStatus;