diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-30 18:57:14 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-30 18:57:14 +0300 |
commit | b362935f54084acecfe8f8a1f60a1fa18ac46d66 (patch) | |
tree | 8d292423e4731bf271074cb2ae5f5b9b65a722eb /plugins/HistoryStats/src | |
parent | ec516b756030446b0a6b11604e102f3ec7b03031 (diff) |
obsolete ICQ trash removed from headers
Diffstat (limited to 'plugins/HistoryStats/src')
-rw-r--r-- | plugins/HistoryStats/src/statistic.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/HistoryStats/src/statistic.h b/plugins/HistoryStats/src/statistic.h index b0de0b3392..9c387af846 100644 --- a/plugins/HistoryStats/src/statistic.h +++ b/plugins/HistoryStats/src/statistic.h @@ -37,9 +37,7 @@ public: etMessage = EVENTTYPE_MESSAGE,
// other events
etFile = EVENTTYPE_FILE,
- etICQSMS = ICQEVENTTYPE_SMS,
- etICQWebPager = ICQEVENTTYPE_WEBPAGER,
- etICQEMailExpress = ICQEVENTTYPE_EMAILEXPRESS,
+
// authorization and contacts
etAuthRequest = EVENTTYPE_AUTHREQUEST,
etAdded = EVENTTYPE_ADDED,
|