From 2f1b8c756066316c59be907bcd94a73cae5e3a7b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 24 Mar 2015 18:51:51 +0000 Subject: 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 --- protocols/JabberG/src/jabber_proto.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'protocols/JabberG/src/jabber_proto.h') 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, 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, 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); -- cgit v1.2.3