From 4b8a74d9f8b6e9b891c6d81f57e3d92f482d0df9 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 4 Jun 2019 19:41:41 +0300 Subject: fixes #1963 (third portion) --- include/delphi/m_skin.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/delphi/m_skin.inc b/include/delphi/m_skin.inc index 27c3d8a86e..d487bcc5c1 100644 --- a/include/delphi/m_skin.inc +++ b/include/delphi/m_skin.inc @@ -103,10 +103,7 @@ const SKINICON_STATUS_NA = 3; SKINICON_STATUS_OCCUPIED = 4; SKINICON_STATUS_DND = 5; - SKINICON_STATUS_FREE4CHAT = 6; - SKINICON_STATUS_INVISIBLE = 7; - SKINICON_STATUS_ONTHEPHONE = 8; - SKINICON_STATUS_OUTTOLUNCH = 9; + SKINICON_STATUS_INVISIBLE = 6; function Skin_LoadProtoIcon(protoName:PAnsiChar; iconId:int; big:byte) : HICON; stdcall; external AppDLL name 'Skin_LoadProtoIcon'; @@ -120,4 +117,5 @@ const } MS_SKIN_LOADICON:PAnsiChar = 'Skin/Icons/Load'; + {$ENDIF} -- cgit v1.2.3