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 | |
parent | 6d31ab0a122170854a38c57131a070fe1e29cf1f (diff) |
old / obsolete code cleaning
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/NewEventNotify/src/options.cpp | 1 | ||||
-rw-r--r-- | plugins/NewEventNotify/src/resource.h | 1 | ||||
-rw-r--r-- | plugins/TabSRMM/src/resource.h | 7 |
3 files changed, 0 insertions, 9 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
diff --git a/plugins/TabSRMM/src/resource.h b/plugins/TabSRMM/src/resource.h index 8a5df602a9..c28f3a31a0 100644 --- a/plugins/TabSRMM/src/resource.h +++ b/plugins/TabSRMM/src/resource.h @@ -144,26 +144,20 @@ #define IDC_BKG 1065
#define IDC_CLIST 1067
#define IDC_TIMEOUT 1067
-#define IDC_NUMBERMSG 1068
#define IDC_MULTISPLITTER 1069
#define IDC_TEXTO 1069
#define IDC_LOGGING 1069
-#define IDC_CHKSHOWDATE 1070
#define IDC_TEXTO2 1070
#define IDC_SAVEPERCONTACT 1071
#define IDC_TEXTO3 1071
#define IDC_CHKSHOWTIME 1072
#define IDC_TEXTO4 1072
-#define IDC_CHKSHOWHEADERS 1073
#define IDC_LOADCOUNTN 1074
#define IDC_TEXTO5 1074
-#define IDC_RDNEW 1075
#define IDC_LOADCOUNTSPIN 1076
-#define IDC_RDOLD 1077
#define IDC_STATIC_ADD 1077
#define IDC_SHOWINFOLINE 1078
#define IDC_STATIC_ULIST 1078
-#define IDC_LBNUMBERMSG 1079
#define IDC_STATIC_OTHER 1079
#define IDC_SHOWBUTTONLINE 1080
#define IDC_CHKINFINITE_URL 1081
@@ -179,7 +173,6 @@ #define IDC_HIGHLIGHTNICKENABLE 1089
#define IDC_LOADTIME 1090
#define IDC_HIGHLIGHTNICKUID 1090
-#define IDC_CMDEDITHEADERS 1091
#define IDC_HIGHLIGHTNICKPATTERN 1091
#define IDC_TRIM 1091
#define IDC_HIGHLIGHTTEXTENABLE 1092
|