diff options
-rw-r--r-- | protocols/Skype/src/skype_proto.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_proto.cpp b/protocols/Skype/src/skype_proto.cpp index a72ce2a76b..9f1c6c8e27 100644 --- a/protocols/Skype/src/skype_proto.cpp +++ b/protocols/Skype/src/skype_proto.cpp @@ -119,7 +119,6 @@ int __cdecl CSkypeProto::AuthRequest(HANDLE hContact, const TCHAR* szMessage) {
if (this->IsOnline() && hContact)
{
- HANDLE hContact = (HANDLE)hContact;
CContact::Ref contact;
SEString sid(::mir_u2a(this->GetSettingString(hContact, "sid")));
if (g_skype->GetContact(sid, contact))
|