diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-28 22:14:27 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-28 22:14:27 +0000 |
commit | 6a47964cab12d66c30a106b77a59263e615c1213 (patch) | |
tree | b0b0dbdb66176280cb0f26420e9848c281fe585e /plugins/new_gpg/src/main.cpp | |
parent | f20c43580461fb0f63a0e726597ba8154334e617 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@1236 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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() |