diff options
author | George Hazan <ghazan@miranda.im> | 2020-03-30 19:09:34 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-03-30 19:09:34 +0300 |
commit | d1cdf52cb78309f294e84bc1bbc12457b24cb573 (patch) | |
tree | a9dba6a70e06aae007411d7884605c41aa617283 /include/m_clistint.h | |
parent | 64303ec8f7d8fd491247a2c06ee133e4f5f3c942 (diff) |
another common option removed from dialogs
Diffstat (limited to 'include/m_clistint.h')
-rw-r--r-- | include/m_clistint.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/m_clistint.h b/include/m_clistint.h index 7135d8eebe..1e704e209d 100644 --- a/include/m_clistint.h +++ b/include/m_clistint.h @@ -449,8 +449,7 @@ namespace Clist HideOffline,
UseGroups,
HideEmptyGroups,
- ConfirmDelete,
- RemoveTempContacts;
+ ConfirmDelete;
};
#endif // M_CLISTINT_H__
|