From 4912fd0d994ac7b68b41bd8f3d08dcab89298023 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 12 Apr 2019 18:06:38 +0300 Subject: - extra icons default changed from icon's name to icon's handle; - Skin_GetIconName() considered obsolete and therefore removed; --- include/delphi/m_skin.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/delphi') diff --git a/include/delphi/m_skin.inc b/include/delphi/m_skin.inc index b1cf7e3acc..27c3d8a86e 100644 --- a/include/delphi/m_skin.inc +++ b/include/delphi/m_skin.inc @@ -95,9 +95,6 @@ function Skin_LoadIcon(iconId:int; big:byte) : HICON; stdcall; function Skin_GetIconHandle(iconId:int) : THANDLE; stdcall; external AppDLL name 'Skin_GetIconHandle'; -function Skin_GetIconName(iconId:int) : PAnsiChar; stdcall; - external AppDLL name 'Skin_GetIconName'; - // status mode icons. NOTE: These are deprecated in favour of LoadSkinnedProtoIcon() const SKINICON_STATUS_OFFLINE = 0; -- cgit v1.2.3