diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-09 09:32:19 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-09 09:32:19 +0300 |
commit | f3eb289962574b7d42087f65a859a599f6117735 (patch) | |
tree | 1bd862bea6bae962f5488247a8981e2d79db334d /options.cpp | |
parent | e224f1745a79e44c9c1a4a7f26c730b768dac010 (diff) |
modified: messages.cpp
modified: new_gpg.rc
modified: options.cpp
modified: utilities.cpp
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; } |