summaryrefslogtreecommitdiff
path: root/include/m_clistint.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-04-04 20:25:20 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-04-04 20:25:28 +0300
commit5da898f7cca8599ecff44b3fa10eafb753308a4d (patch)
tree24d127c995e9eec88e48399d1f7ff8ccddfd32a6 /include/m_clistint.h
parent32d60b8e9492f6bbaaa00cc36632a8d195c9a1a3 (diff)
- static function CLIST_INTERFACE::pfnGetAverageMode exported as Proto_GetAverageStatus
- Proto_ActivateAccount is not exported anymore due to the lack of need
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r--include/m_clistint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h
index 6a58baf1c1..81865b6ea7 100644
--- a/include/m_clistint.h
+++ b/include/m_clistint.h
@@ -485,7 +485,6 @@ struct CLIST_INTERFACE
*************************************************************************************/
int (*pfnGetContactIcon)(MCONTACT hContact);
int (*pfnTrayCalcChanged)(const char *szChangedProto, int averageMode, int iProtoCount);
- int (*pfnGetAverageMode)(int *pNetProtoCount);
void (*pfnInitAutoRebuild)(HWND hwnd);
void (*pfnSetContactCheckboxes)(ClcContact *cc, int checked);
};