From c73fe9b995ec4a7de0e7ba91e57feb032fe09694 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 25 Oct 2012 16:57:08 +0000 Subject: cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@2071 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_proto.cpp | 1 - 1 file changed, 1 deletion(-) 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)) -- cgit v1.2.3