diff options
Diffstat (limited to 'plugins/SecureIM/src/crypt.h')
-rw-r--r-- | plugins/SecureIM/src/crypt.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/SecureIM/src/crypt.h b/plugins/SecureIM/src/crypt.h index 7b68e027f5..684f7c96c7 100644 --- a/plugins/SecureIM/src/crypt.h +++ b/plugins/SecureIM/src/crypt.h @@ -143,11 +143,6 @@ void showPopupKR(MCONTACT); void showPopupSM(MCONTACT);
void showPopupRM(MCONTACT);
-// crypt_meta.cpp
-BOOL isProtoMetaContacts(MCONTACT);
-BOOL isDefaultSubContact(MCONTACT);
-void DeinitMetaContact(MCONTACT);
-
// crypt_dll.cpp
LPSTR InitKeyA(pUinKey, int);
int InitKeyB(pUinKey, LPCSTR);
|