diff options
author | George Hazan <ghazan@miranda.im> | 2018-04-04 22:13:32 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-04-04 22:13:32 +0300 |
commit | 8e6a28579846d35bc36966dfb50e2eb7f662471a (patch) | |
tree | 1c0f19350badaf3dafdb9fddb837d898bcdfb9d9 /include/m_clistint.h | |
parent | ad2a5992f1fa9558ad653f8d5c81896472ce8363 (diff) |
CLIST_INTERFACE::pfnReloadExtraIcons => ExtraIcon_Reload()
CLIST_INTERFACE::pfnSetAllExtraIcons => ExtraIcon_SetAll()
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index a9170b64e5..72fc4ab601 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -470,12 +470,6 @@ struct CLIST_INTERFACE VOID (CALLBACK *pfnTrayCycleTimerProc)(HWND hwnd, UINT message, UINT_PTR idEvent, DWORD dwTime);
/*************************************************************************************
- * version 7 additions (0.11.0.x) - extra images
- *************************************************************************************/
- void (*pfnReloadExtraIcons)(void);
- void (*pfnSetAllExtraIcons)(MCONTACT hContact);
-
- /*************************************************************************************
* Miranda NG additions
*************************************************************************************/
int (*pfnTrayCalcChanged)(const char *szChangedProto, int averageMode, int iProtoCount);
|