From c48c2317050a91f175d08619cfc407dff4f4d7b7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 26 Jun 2014 20:14:38 +0000 Subject: this code seems useless git-svn-id: http://svn.miranda-ng.org/main/trunk@9583 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/clist/clistevents.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules') diff --git a/src/modules/clist/clistevents.cpp b/src/modules/clist/clistevents.cpp index 10c728e187..afbcda362e 100644 --- a/src/modules/clist/clistevents.cpp +++ b/src/modules/clist/clistevents.cpp @@ -157,8 +157,8 @@ CListEvent* fnAddEvent(CLISTEVENT *cle) if (p == NULL) return NULL; - if (db_mc_isSub(cle->hContact)) - cle->hContact = db_mc_getMeta(cle->hContact); +// if (db_mc_isSub(cle->hContact)) +// cle->hContact = db_mc_getMeta(cle->hContact); List_Insert((SortedList*)&cli.events, p, i); p->cle = *cle; -- cgit v1.2.3