diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-25 16:57:08 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-25 16:57:08 +0000 |
commit | c73fe9b995ec4a7de0e7ba91e57feb032fe09694 (patch) | |
tree | f531ce4da9fef5cea6d249b0fd6382d9f5cc1b4b | |
parent | 65cff4ae81430b018315b2fb328a6a593f68e508 (diff) |
cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@2071 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-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))
|