From 88790eed4ffd9ca555c8f9b73cb014a93b57a34f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 22 Jun 2015 20:38:56 +0000 Subject: Menu_ModifyItem unbound from CLISTMENUITEM structure git-svn-id: http://svn.miranda-ng.org/main/trunk@14334 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Sametime/src/sametime_proto.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'protocols/Sametime/src/sametime_proto.h') diff --git a/protocols/Sametime/src/sametime_proto.h b/protocols/Sametime/src/sametime_proto.h index b3690b29ee..4f3a249cf3 100644 --- a/protocols/Sametime/src/sametime_proto.h +++ b/protocols/Sametime/src/sametime_proto.h @@ -99,7 +99,6 @@ struct CSametimeProto : public PROTO void InitConference(); void InitConferenceMenu(); void DeinitConference(); - void DeinitConferenceMenu(); void ClearInviteQueue(); void TerminateConference(char* name); int __cdecl GcEventHook(WPARAM wParam, LPARAM lParam); @@ -183,8 +182,7 @@ struct CSametimeProto : public PROTO mwServiceConference* service_conference; mwLoginInfo* my_login_info; mwConference* my_conference; - HANDLE hLeaveChatMenuItem; - HANDLE hCreateChatMenuItem; + HGENMENU hLeaveChatMenuItem, hCreateChatMenuItem; // options.cpp SametimeOptions options; -- cgit v1.2.3