summaryrefslogtreecommitdiff
path: root/plugins/new_gpg/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/new_gpg/src/main.cpp')
-rwxr-xr-xplugins/new_gpg/src/main.cpp10
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()