From 2eb26dc2acbcd30ae9f3673dae89ba647f594564 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 1 Feb 2017 17:52:22 +0300 Subject: PLI_ONLINE & PLI_OFFLINE - unused constants removed --- include/delphi/m_protosvc.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/delphi') 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 -- cgit v1.2.3