summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-07-19 11:25:29 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-07-19 11:25:29 +0000
commite1d41f2f0796cae67948450c3ec6e342b46c1a0b (patch)
tree3fb4c380970c3d83f872b40145794a7a274ee5a0
parentd3706e3476a8b53e687b4d30324982b860b98c84 (diff)
old clutch for metahistory removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@9858 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/Nudge/src/main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/Nudge/src/main.cpp b/plugins/Nudge/src/main.cpp
index 9ded94b5ae..9605bb1072 100644
--- a/plugins/Nudge/src/main.cpp
+++ b/plugins/Nudge/src/main.cpp
@@ -493,13 +493,6 @@ void Nudge_ShowStatus(CNudgeElement n, MCONTACT hContact, DWORD timestamp)
dbei.timestamp = timestamp;
dbei.cbBlob = (DWORD)strlen(buff) + 1;
dbei.pBlob = (PBYTE)buff;
-
- MCONTACT hMetaContact = db_mc_getMeta(hContact);
- if (hMetaContact != NULL) { //metacontact
- db_event_add(hMetaContact, &dbei);
- dbei.flags |= DBEF_READ;
- }
-
db_event_add(hContact, &dbei);
mir_free(buff);
}