diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-12 18:06:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-12 18:06:38 +0300 |
commit | 4912fd0d994ac7b68b41bd8f3d08dcab89298023 (patch) | |
tree | 7374b4d6f85e1f3c154d6799d2176d6910add259 /include/delphi | |
parent | 3a9e5e8049dda17a8e5c7b70bfed411760f424be (diff) |
- extra icons default changed from icon's name to icon's handle;
- Skin_GetIconName() considered obsolete and therefore removed;
Diffstat (limited to 'include/delphi')
-rw-r--r-- | include/delphi/m_skin.inc | 3 |
1 files changed, 0 insertions, 3 deletions
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;
|