diff options
author | George Hazan <ghazan@miranda.im> | 2022-06-02 18:44:59 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-06-02 18:44:59 +0300 |
commit | e8d158748222559ea378a148a3b3cdd813a740ea (patch) | |
tree | a970144f7e94f3a316e77da918e5c33b5f52150f /plugins/NewEventNotify/src | |
parent | 6d31ab0a122170854a38c57131a070fe1e29cf1f (diff) |
old / obsolete code cleaning
Diffstat (limited to 'plugins/NewEventNotify/src')
-rw-r--r-- | plugins/NewEventNotify/src/options.cpp | 1 | ||||
-rw-r--r-- | plugins/NewEventNotify/src/resource.h | 1 |
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
|