From 99460dd367af9cfc622e749d6671b9945d08e4a8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 24 Jun 2014 14:18:22 +0000 Subject: useless metacontact sub's priorities wiped out git-svn-id: http://svn.miranda-ng.org/main/trunk@9562 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/metacontacts/meta_services.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/modules/metacontacts/meta_services.cpp') diff --git a/src/modules/metacontacts/meta_services.cpp b/src/modules/metacontacts/meta_services.cpp index aa2f609da8..d0759125dd 100644 --- a/src/modules/metacontacts/meta_services.cpp +++ b/src/modules/metacontacts/meta_services.cpp @@ -209,8 +209,6 @@ INT_PTR Meta_SendNudge(WPARAM wParam, LPARAM lParam) return ProtoCallService(GetContactProto(hSubContact), PS_SEND_NUDGE, hSubContact, lParam); } -///////////////////////////////////////////////////////////////// - /** Send a message to the protocol specific network. * * Call the function specific to the protocol that belongs @@ -649,7 +647,7 @@ int Meta_ModulesLoaded(WPARAM wParam, LPARAM lParam) HookEvent(ME_MSG_WINDOWEVENT, Meta_MessageWindowEvent); HookEvent(ME_MSG_ICONPRESSED, Meta_SrmmIconClicked); - //////////////////////////////////////////////////////////////////////////// + ////////////////////////////////////////////////////////////////////////////////////// InitMenus(); // create srmm icon @@ -686,6 +684,7 @@ static VOID CALLBACK sttMenuThread(PVOID param) DestroyMenu(hMenu); } +///////////////////////////////////////////////////////////////////////////////////////// INT_PTR Meta_ContactMenuFunc(WPARAM hMeta, LPARAM lParam) { DBCachedContact *cc = CheckMeta(hMeta); @@ -718,9 +717,7 @@ INT_PTR Meta_ContactMenuFunc(WPARAM hMeta, LPARAM lParam) return 0; } -//////////////////// // file transfer support - mostly not required, since subcontacts do the receiving -//////////////////// INT_PTR Meta_FileSend(WPARAM wParam, LPARAM lParam) { -- cgit v1.2.3