diff options
author | dartraiden <wowemuh@gmail.com> | 2019-06-04 17:56:15 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-06-04 17:56:15 +0300 |
commit | eef5226819583fa309df84dec54421b490c81d42 (patch) | |
tree | 81518ba1dfc1ea3dd8ee1e5267b678596bb7e0d9 /protocols/ICQCorp/src/protocol.h | |
parent | b5b392f1b06f3910ea9cc27b32cb82fea34d6bfa (diff) |
more fixes for #1963
Diffstat (limited to 'protocols/ICQCorp/src/protocol.h')
-rw-r--r-- | protocols/ICQCorp/src/protocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/ICQCorp/src/protocol.h b/protocols/ICQCorp/src/protocol.h index 70d6544acd..b3b3e875dd 100644 --- a/protocols/ICQCorp/src/protocol.h +++ b/protocols/ICQCorp/src/protocol.h @@ -109,7 +109,6 @@ const unsigned short int ICQ_STATUS_AWAY = 0x0001; const unsigned short int ICQ_STATUS_NA = 0x0005;
const unsigned short int ICQ_STATUS_OCCUPIED = 0x0011;
const unsigned short int ICQ_STATUS_DND = 0x0013;
-const unsigned short int ICQ_STATUS_FREECHAT = 0x0020;
const unsigned short int ICQ_STATUS_PRIVATE = 0x0100;
// miscellaneous constants
|