From 2283a3362e8895a109ed07dd8ca40996680aae0e Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 30 Jan 2019 22:02:43 +0300 Subject: remove some ICQ-related code --- plugins/HistoryPlusPlus/m_historypp.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/HistoryPlusPlus') diff --git a/plugins/HistoryPlusPlus/m_historypp.inc b/plugins/HistoryPlusPlus/m_historypp.inc index e2f547da2d..3bd0de87c5 100644 --- a/plugins/HistoryPlusPlus/m_historypp.inc +++ b/plugins/HistoryPlusPlus/m_historypp.inc @@ -95,7 +95,7 @@ type hContact : TMCONTACT; // handle to the contact for which the event is processed hDBEvent : TMEVENT; // handle to the event which is processed dwEventTime : DWord; // timestamp of the event - wEventType : Word; // Event's flags (see m_database, EVENTTYPE_*; m_icq, ICQEVENTTYPE_*) + wEventType : Word; // Event's flags (see m_database, EVENTTYPE_*) IsEventSent : ByteBool; // Outgoing event. True if DBEF_SENT event flag is present (see m_database) bHistoryWindow: Byte; // What kind of window history. See IRDHW_* values dwFlags : DWord; // Any reasonable combination of IRDF_* flags. -- cgit v1.2.3