summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/srmm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TabSRMM/src/srmm.cpp')
-rw-r--r--plugins/TabSRMM/src/srmm.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/TabSRMM/src/srmm.cpp b/plugins/TabSRMM/src/srmm.cpp
index c3efa5aaf1..d52c9543ca 100644
--- a/plugins/TabSRMM/src/srmm.cpp
+++ b/plugins/TabSRMM/src/srmm.cpp
@@ -252,10 +252,6 @@ INT_PTR CALLBACK DlgProcAbout(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPar
case IDC_SUPPORT:
CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://miranda.or.at/");
break;
- case IDC_RESETWARNINGS:
- db_set_dw(0, SRMSGMOD_T, "cWarningsL", 0);
- db_set_dw(0, SRMSGMOD_T, "cWarningsH", 0);
- break;
}
break;
case WM_CTLCOLOREDIT: