summaryrefslogtreecommitdiff
path: root/utilities.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utilities.cpp')
-rw-r--r--utilities.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/utilities.cpp b/utilities.cpp
index d368c56..83407d0 100644
--- a/utilities.cpp
+++ b/utilities.cpp
@@ -975,8 +975,6 @@ void AddHandlers()
bool isContactSecured(HANDLE hContact)
{
- if(metaIsProtoMetaContacts(hContact))
- hContact = metaGetContact(hContact);
BYTE gpg_enc = DBGetContactSettingByte(hContact, szGPGModuleName, "GPGEncryption", 0);
if(!gpg_enc)
return false;