diff options
author | George Hazan <george.hazan@gmail.com> | 2016-04-15 14:30:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-04-15 14:30:03 +0000 |
commit | 754a624c980798b77476f3f1e1de64a5ab2f97f1 (patch) | |
tree | 9b5a3a2091fa4df4de1c624b2475350e07c7dbb9 /include | |
parent | ca417fd6e752e9dfb7be527b7e324fe531e3215d (diff) |
functions to be deleted finally became deleted
git-svn-id: http://svn.miranda-ng.org/main/trunk@16662 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/m_clistint.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 56d542a011..778debe03f 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -395,10 +395,6 @@ struct CLIST_INTERFACE /* docking.c */
int (*pfnDocking_ProcessWindowMessage)(WPARAM wParam, LPARAM lParam);
- /* group.c */
- WCHAR* (*tobedeleted)(int idx, DWORD* pdwFlags);
- int (*tobedeleted2)(int groupID, const WCHAR *newName);
-
/* keyboard.c */
int (*pfnHotKeysRegister)(HWND hwnd);
void (*pfnHotKeysUnregister)(HWND hwnd);
|