From dfc7c1ee5083b76723c98568a3fb4d607d8c1a76 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 3 Mar 2014 14:11:28 +0000 Subject: META_PROTO/Handle removed git-svn-id: http://svn.miranda-ng.org/main/trunk@8378 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/metacontacts/meta_menu.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/modules/metacontacts/meta_menu.cpp') 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); -- cgit v1.2.3