diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-08 11:17:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-08 11:17:06 +0000 |
commit | 39b98d62430ee2a762db94822c2da05b2065d021 (patch) | |
tree | 9a9e551d19fe9beae45ec1edadd6d8fec023efe9 /plugins/MetaContacts/src | |
parent | 607e8d87185d4388f3bc8a9797075eb99e472ee1 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@1812 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MetaContacts/src')
-rw-r--r-- | plugins/MetaContacts/src/meta_utils.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/MetaContacts/src/meta_utils.cpp b/plugins/MetaContacts/src/meta_utils.cpp index 470f4aa663..0ed0abf9c8 100644 --- a/plugins/MetaContacts/src/meta_utils.cpp +++ b/plugins/MetaContacts/src/meta_utils.cpp @@ -371,11 +371,6 @@ BOOL Meta_Assign(HANDLE src, HANDLE dest, BOOL set_as_default) return FALSE;
}
- // Add the MetaContactFilter module to the old contact to intercept messages and forward to the new
- // metacontact
- if ( !CallService( MS_PROTO_ISPROTOONCONTACT, (WPARAM)src, ( LPARAM )META_FILTER ))
- CallService( MS_PROTO_ADDTOCONTACT, (WPARAM)src, ( LPARAM )META_FILTER );
-
// Write the link in the contact
if (DBWriteContactSettingDword(src,META_PROTO,META_LINK,metaID)) {
MessageBox(0, Translate("Could not write MetaContact id to contact"), Translate("Assignment Error"), MB_OK | MB_ICONWARNING);
|