summaryrefslogtreecommitdiff
path: root/src/modules/metacontacts/meta_menu.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-03-03 14:11:28 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-03-03 14:11:28 +0000
commitdfc7c1ee5083b76723c98568a3fb4d607d8c1a76 (patch)
treec2e40ad0fc8477951e44d251600777f8480378f8 /src/modules/metacontacts/meta_menu.cpp
parent6e29a3eb7fafe4abc5d67056e362adc243ad9bf9 (diff)
META_PROTO/Handle removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@8378 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/metacontacts/meta_menu.cpp')
-rw-r--r--src/modules/metacontacts/meta_menu.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modules/metacontacts/meta_menu.cpp b/src/modules/metacontacts/meta_menu.cpp
index a341c8421b..acdb6d3dd7 100644
--- a/src/modules/metacontacts/meta_menu.cpp
+++ b/src/modules/metacontacts/meta_menu.cpp
@@ -129,9 +129,6 @@ void Meta_RemoveContactNumber(DBCachedContact *cc, int number)
// make sure this contact thinks it's part of this metacontact
if (hContact == cc->contactID) {
- // remove link to meta contact
- db_unset(hContact, META_PROTO, "Handle");
-
// stop ignoring, if we were
if (options.suppress_status)
CallService(MS_IGNORE_UNIGNORE, hContact, IGNOREEVENT_USERONLINE);
@@ -151,9 +148,6 @@ void Meta_RemoveContactNumber(DBCachedContact *cc, int number)
strcpy(buffer, "Status"); strcat(buffer, idStr);
db_unset(cc->contactID, META_PROTO, buffer);
- strcpy(buffer, "Handle"); strcat(buffer, idStr);
- db_unset(cc->contactID, META_PROTO, buffer);
-
strcpy(buffer, "StatusString"); strcat(buffer, idStr);
db_unset(cc->contactID, META_PROTO, buffer);