diff options
Diffstat (limited to 'plugins/new_gpg/src/main.cpp')
-rwxr-xr-x | plugins/new_gpg/src/main.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/new_gpg/src/main.cpp b/plugins/new_gpg/src/main.cpp index 3857f38438..6b80bc2b8a 100755 --- a/plugins/new_gpg/src/main.cpp +++ b/plugins/new_gpg/src/main.cpp @@ -2022,16 +2022,6 @@ void InitCheck() } mir_free(path); } - extern bool bAutoExchange; - if(bAutoExchange && (ServiceExists("ICQ"PS_ICQ_ADDCAPABILITY))) //work only for one icq instance - { - ICQ_CUSTOMCAP cap; - cap.cbSize = sizeof(ICQ_CUSTOMCAP); - cap.hIcon = 0; - strcpy(cap.name, "GPG Key AutoExchange"); - strcpy(cap.caps, "GPG AutoExchange"); - CallService("ICQ"PS_ICQ_ADDCAPABILITY, 0, (LPARAM)&cap); - } } void ImportKey() |