diff options
author | George Hazan <ghazan@miranda.im> | 2021-04-30 16:48:09 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-04-30 16:48:09 +0300 |
commit | 84f2722e07a23656bdc8d1a7f4040e86450fe91d (patch) | |
tree | ade80c914113a98a8e56c052d7d18ee99ff0e755 /plugins/DbEditorPP/src/moduletree.cpp | |
parent | a819f36c8ffaf31af6908cc1f0480a66f71f2a4b (diff) |
dbeditor++: "Clone contact" removed
Diffstat (limited to 'plugins/DbEditorPP/src/moduletree.cpp')
-rw-r--r-- | plugins/DbEditorPP/src/moduletree.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/DbEditorPP/src/moduletree.cpp b/plugins/DbEditorPP/src/moduletree.cpp index 28a11910fc..c5e8c1e1a1 100644 --- a/plugins/DbEditorPP/src/moduletree.cpp +++ b/plugins/DbEditorPP/src/moduletree.cpp @@ -532,11 +532,6 @@ void CMainDlg::onContextMenu_Modules(CContextMenuPos *pos) case 2: // contact
switch (TrackPopupMenu(hSubMenu, TPM_RETURNCMD, pos->pt.x, pos->pt.y, 0, m_hwnd, nullptr)) {
- case MENU_CLONE_CONTACT:
- if (CloneContact(hContact))
- refreshTree(1);
- break;
-
case MENU_DELETE_CONTACT:
if (db_get_b(0, "CList", "ConfirmDelete", 1)) {
wchar_t str[MSG_SIZE];
|