diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-14 16:25:48 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-14 16:25:48 +0300 |
commit | 041d0b32f53961d6f2429217f1a0365ef2bbbdca (patch) | |
tree | b54b72bfa8fffad411117240cfee99a4045bbff5 /include/m_clist.h | |
parent | b0db15a938d6a44d1301a785669bb7e52c94cac1 (diff) |
fix for a very old bug when sometimes not all groups were displayed in the contact list
Diffstat (limited to 'include/m_clist.h')
-rw-r--r-- | include/m_clist.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/m_clist.h b/include/m_clist.h index 35578c7d91..b5879d4256 100644 --- a/include/m_clist.h +++ b/include/m_clist.h @@ -357,13 +357,6 @@ EXTERN_C MIR_APP_DLL(MGROUP) Clist_GroupExists(LPCTSTR ptszGroupName); EXTERN_C MIR_APP_DLL(MGROUP) Clist_GroupCreate(MGROUP hParent, const wchar_t *ptszGroupName);
/////////////////////////////////////////////////////////////////////////////////////////
-// a new group was created. Add it to the list
-// this is also called when the contact list is being rebuilt
-// new groups are always created with the name "New Group"
-
-EXTERN_C MIR_APP_DLL(void) Clist_GroupAdded(MGROUP hGroup);
-
-/////////////////////////////////////////////////////////////////////////////////////////
// deletes a group and calls CLUI to display the change
// returns 0 on success, nonzero on failure
|