summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-03-24 18:51:51 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-03-24 18:51:51 +0000
commit2f1b8c756066316c59be907bcd94a73cae5e3a7b (patch)
tree1c43a7e356602938748aa9f09ebbc7a187ae280b /protocols/JabberG/src/jabber_proto.h
parenta3e37eef935765e0a53b1e84d2e3b22f9e475637 (diff)
UI Utils classes & templates moved to the core, thus allowing any plugin to use them
git-svn-id: http://svn.miranda-ng.org/main/trunk@12492 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r--protocols/JabberG/src/jabber_proto.h5
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);