diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-01 17:52:22 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-01 17:52:22 +0300 |
commit | 2eb26dc2acbcd30ae9f3673dae89ba647f594564 (patch) | |
tree | 3e79dccb35ce2a778f8e889b14858cddd54d851c /include/delphi/m_protosvc.inc | |
parent | a394c200ee2664b177d376259ab26b78bb854c19 (diff) |
PLI_ONLINE & PLI_OFFLINE - unused constants removed
Diffstat (limited to 'include/delphi/m_protosvc.inc')
-rw-r--r-- | include/delphi/m_protosvc.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/delphi/m_protosvc.inc b/include/delphi/m_protosvc.inc index 83e1c2a841..8e0279c170 100644 --- a/include/delphi/m_protosvc.inc +++ b/include/delphi/m_protosvc.inc @@ -277,9 +277,8 @@ const the online icon with further UI-specified icon to
repressent the exact status mode.
}
+
PLI_PROTOCOL = $1; // An icon representing the protocol (eg the multicoloured flower for ICQ)
- PLI_ONLINE = $2; // Online state icon for that protocol (eg green flower for ICQ)
- PLI_OFFLINE = $3; // Offline state icon for that protocol (eg red flower for ICQ)
PLIF_LARGE = $0; // Or with one of the above to get the large (32x32 by default) icon
PLIF_SMALL = $10000; // Or with one of the above to get the small (16x16 by default) icon
|