summaryrefslogtreecommitdiff
path: root/plugins/NewEventNotify/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewEventNotify/src')
-rw-r--r--plugins/NewEventNotify/src/options.cpp1
-rw-r--r--plugins/NewEventNotify/src/resource.h1
2 files changed, 0 insertions, 2 deletions
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