summaryrefslogtreecommitdiff
path: root/plugins/TipperYM/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-01-30 18:57:14 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-01-30 18:57:14 +0300
commitb362935f54084acecfe8f8a1f60a1fa18ac46d66 (patch)
tree8d292423e4731bf271074cb2ae5f5b9b65a722eb /plugins/TipperYM/src
parentec516b756030446b0a6b11604e102f3ec7b03031 (diff)
obsolete ICQ trash removed from headers
Diffstat (limited to 'plugins/TipperYM/src')
-rw-r--r--plugins/TipperYM/src/message_pump.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/TipperYM/src/message_pump.cpp b/plugins/TipperYM/src/message_pump.cpp
index dab7a37265..220b974f7f 100644
--- a/plugins/TipperYM/src/message_pump.cpp
+++ b/plugins/TipperYM/src/message_pump.cpp
@@ -312,9 +312,6 @@ int ProtoAck(WPARAM, LPARAM lParam)
if (mir_wstrlen(tszMsg))
PostMPMessage(MUM_GOTSTATUS, (WPARAM)ack->hContact, (LPARAM)mir_wstrdup(tszMsg));
}
- else if (ack->type == ICQACKTYPE_XSTATUS_RESPONSE)
- PostMPMessage(MUM_GOTXSTATUS, (WPARAM)ack->hContact, 0);
-
return 0;
}