From 84f2722e07a23656bdc8d1a7f4040e86450fe91d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 30 Apr 2021 16:48:09 +0300 Subject: dbeditor++: "Clone contact" removed --- plugins/DbEditorPP/src/moduletree.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/DbEditorPP/src/moduletree.cpp') 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]; -- cgit v1.2.3