From ad2a5992f1fa9558ad653f8d5c81896472ce8363 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 4 Apr 2018 21:49:37 +0300 Subject: - CLIST_INTERFACE::pfnGetProtocolMenu => Menu_GetProtocolMenu - CLIST_INTERFACE::pfnReloadProtoMenus => Menu_ReloadProtoMenus - CLIST_INTERFACE::pfnGetProtoIndexByPos considered unused... thus removed --- plugins/CSList/src/cslist.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/CSList') diff --git a/plugins/CSList/src/cslist.cpp b/plugins/CSList/src/cslist.cpp index cf4a830c2a..092bc18f5e 100644 --- a/plugins/CSList/src/cslist.cpp +++ b/plugins/CSList/src/cslist.cpp @@ -72,7 +72,7 @@ static int OnDbChanged(WPARAM hContact, LPARAM lparam) if (hContact == NULL) { const char *szUniqueID = Proto_GetUniqueId(cws->szModule); if (!mir_strcmp(cws->szSetting, szUniqueID)) - pcli->pfnReloadProtoMenus(); + Menu_ReloadProtoMenus(); } return 0; } @@ -1020,7 +1020,7 @@ INT_PTR CALLBACK CSOptionsProc(HWND hwnd, UINT message, WPARAM, LPARAM lparam) setByte("DeleteAfterImport", IsDlgButtonChecked(hwnd, IDC_DELETE_AFTER_IMPORT) ? 1 : 0); setByte("RememberWindowPosition", IsDlgButtonChecked(hwnd, IDC_REMEMBER_POSITION) ? 1 : 0); - pcli->pfnReloadProtoMenus(); + Menu_ReloadProtoMenus(); break; } return TRUE; -- cgit v1.2.3