diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-22 12:30:59 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-22 12:30:59 +0300 |
commit | 337a21c7b838d8e5135fe3d28b320508442ad69c (patch) | |
tree | 67e74da9b1eb42272184ad387681beed0b724feb /include/m_clistint.h | |
parent | f5c571324515ea69e1e031dd2243aecba94e834a (diff) |
- Clist_ClearSearch considered useless;
- pfnDoSelectionDefaultAction rewritten to handle search correctly
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index ba542dd915..c2c2906882 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -250,7 +250,6 @@ EXTERN_C MIR_APP_DLL(HANDLE) Clist_ContactToItemHandle(ClcContact *contact, DWOR EXTERN_C MIR_APP_DLL(void) Clist_Broadcast(int msg, WPARAM wParam, LPARAM lParam);
EXTERN_C MIR_APP_DLL(void) Clist_BroadcastAsync(int msg, WPARAM wParam, LPARAM lParam);
-EXTERN_C MIR_APP_DLL(void) Clist_ClearSearch(HWND hwnd, ClcData *dat);
EXTERN_C MIR_APP_DLL(bool) Clist_FindItem(HWND hwnd, ClcData *dat, DWORD dwItem, ClcContact **contact, ClcGroup **subgroup, int *isVisible);
/////////////////////////////////////////////////////////////////////////////////////////
|