diff options
author | George Hazan <george.hazan@gmail.com> | 2014-06-24 14:18:22 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-06-24 14:18:22 +0000 |
commit | 99460dd367af9cfc622e749d6671b9945d08e4a8 (patch) | |
tree | 54556ebd8aeb63147dc63533b91fa2bb1bedd345 /src/modules/metacontacts/meta_services.cpp | |
parent | 8f011598915d395c8e33d2592a06b7507cf18d67 (diff) |
useless metacontact sub's priorities wiped out
git-svn-id: http://svn.miranda-ng.org/main/trunk@9562 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/metacontacts/meta_services.cpp')
-rw-r--r-- | src/modules/metacontacts/meta_services.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
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)
{
|