From e8d158748222559ea378a148a3b3cdd813a740ea Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 2 Jun 2022 18:44:59 +0300 Subject: old / obsolete code cleaning --- plugins/NewEventNotify/src/options.cpp | 1 - plugins/NewEventNotify/src/resource.h | 1 - 2 files changed, 2 deletions(-) (limited to 'plugins/NewEventNotify/src') diff --git a/plugins/NewEventNotify/src/options.cpp b/plugins/NewEventNotify/src/options.cpp index 47d1d5d64a..8820ec597e 100644 --- a/plugins/NewEventNotify/src/options.cpp +++ b/plugins/NewEventNotify/src/options.cpp @@ -373,7 +373,6 @@ public: EnableDlgItem(m_hwnd, IDC_CHKSHOWDATE, g_plugin.bMergePopup); EnableDlgItem(m_hwnd, IDC_CHKSHOWTIME, g_plugin.bMergePopup); EnableDlgItem(m_hwnd, IDC_CHKSHOWHEADERS, g_plugin.bMergePopup); - EnableDlgItem(m_hwnd, IDC_CMDEDITHEADERS, g_plugin.bMergePopup && g_plugin.bShowHeaders); EnableDlgItem(m_hwnd, IDC_NUMBERMSG, g_plugin.bMergePopup); EnableDlgItem(m_hwnd, IDC_LBNUMBERMSG, g_plugin.bMergePopup); EnableDlgItem(m_hwnd, IDC_RDNEW, g_plugin.bMergePopup && g_plugin.iNumberMsg); diff --git a/plugins/NewEventNotify/src/resource.h b/plugins/NewEventNotify/src/resource.h index d44a36aa76..f2479a2699 100644 --- a/plugins/NewEventNotify/src/resource.h +++ b/plugins/NewEventNotify/src/resource.h @@ -43,7 +43,6 @@ #define IDC_SPIN_FILE 1036 #define IDC_SPIN_OTHERS 1037 #define IDC_TESTFORREAD 1038 -#define IDC_CMDEDITHEADERS 1030 #define IDC_OPT_TREE 1040 #define IDC_SPIN_MSGNUMBER 1041 -- cgit v1.2.3