summaryrefslogtreecommitdiff
path: root/include/delphi/m_extraicons.inc
diff options
context:
space:
mode:
Diffstat (limited to 'include/delphi/m_extraicons.inc')
-rw-r--r--include/delphi/m_extraicons.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/delphi/m_extraicons.inc b/include/delphi/m_extraicons.inc
index e247599761..bca17226ef 100644
--- a/include/delphi/m_extraicons.inc
+++ b/include/delphi/m_extraicons.inc
@@ -24,13 +24,6 @@ const
EMPTY_EXTRA_ICON = $FFFF;
const
-// Adding icon to extra image list.
-// Used for EXTRAICON_TYPE_CALLBACK extra icons
-//
-// wparam = (HICON)hIcon
-// lparam = 0 (unused)
-// return HANDLE hImage on success or INVALID_HANDLE_VALUE on failure
- MS_CLIST_EXTRA_ADD_ICON:PansiChar = 'CListFrames/AddIconToExtraImageList';
//called with wparam=hContact
ME_CLIST_EXTRA_IMAGE_APPLY:PansiChar = 'CListFrames/OnExtraImageApply';