diff options
Diffstat (limited to 'options.cpp')
-rw-r--r-- | options.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/options.cpp b/options.cpp index 9836d67..fa96843 100644 --- a/options.cpp +++ b/options.cpp @@ -357,10 +357,6 @@ static BOOL CALLBACK DlgProcGpgOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA mir_free(tmp); } break; - case IDC_REMOVE_FILTERS: - void SecureIM_cleanup(); - SecureIM_cleanup(); - break; default: break; } |