diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index 8c7ce2dc03..d078c91343 100644 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -185,8 +185,6 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface CJabberDlgBase *m_pDlgJabberJoinGroupchat;
CJabberDlgBase *m_pDlgNotes;
- HANDLE m_windowList;
-
// Service and event handles
HANDLE m_hEventNudge;
HANDLE m_hEventXStatusIconChanged;
@@ -643,9 +641,6 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface void __cdecl SendMessageAckThread(void* hContact);
MCONTACT AddToListByJID(const TCHAR *newJid, DWORD flags);
- void WindowSubscribe(HWND hwnd);
- void WindowUnsubscribe(HWND hwnd);
- void WindowNotify(UINT msg, bool async = false);
void InfoFrame_OnSetup(CJabberInfoFrame_Event *evt);
void InfoFrame_OnTransport(CJabberInfoFrame_Event *evt);
|