From e4a8fd6f323b262018bae68bfe87da65cf2092c0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 19 Jul 2014 13:19:40 +0000 Subject: db_mc_tryMeta - returns parent hContact for a subcontact or hContact itself if it's not a sub git-svn-id: http://svn.miranda-ng.org/main/trunk@9859 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/clist/clistevents.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/modules') diff --git a/src/modules/clist/clistevents.cpp b/src/modules/clist/clistevents.cpp index afbcda362e..f8bf6d9143 100644 --- a/src/modules/clist/clistevents.cpp +++ b/src/modules/clist/clistevents.cpp @@ -157,9 +157,6 @@ CListEvent* fnAddEvent(CLISTEVENT *cle) if (p == NULL) return NULL; -// if (db_mc_isSub(cle->hContact)) -// cle->hContact = db_mc_getMeta(cle->hContact); - List_Insert((SortedList*)&cli.events, p, i); p->cle = *cle; p->imlIconIndex = fnGetImlIconIndex(cli.events.items[i]->cle.hIcon); -- cgit v1.2.3