diff options
author | George Hazan <george.hazan@gmail.com> | 2014-06-26 20:14:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-06-26 20:14:38 +0000 |
commit | c48c2317050a91f175d08619cfc407dff4f4d7b7 (patch) | |
tree | 9cd64bb810b499d1a7d5e524e5a581ab9c50d0f4 /src | |
parent | 7fdd9fe7f77bd534c6290709652e718b66db3d4c (diff) |
this code seems useless
git-svn-id: http://svn.miranda-ng.org/main/trunk@9583 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/clist/clistevents.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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;
|