From b6c0516b0535f9f4dc14cd4c6ea506762d56cf3e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 4 Dec 2016 19:04:41 +0300 Subject: small fixes --- protocols/MSN/src/msn_links.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'protocols/MSN') diff --git a/protocols/MSN/src/msn_links.cpp b/protocols/MSN/src/msn_links.cpp index 35ab65cfa3..118da3da41 100644 --- a/protocols/MSN/src/msn_links.cpp +++ b/protocols/MSN/src/msn_links.cpp @@ -113,7 +113,6 @@ static INT_PTR ServiceParseMsnimLink(WPARAM, LPARAM lParam) arg += 5; MCONTACT hContact = GetContact(arg, NULL, proto); - if (hContact != NULL) { CallService(MS_MSG_SENDMESSAGE, hContact, 0); return 0; @@ -123,7 +122,6 @@ static INT_PTR ServiceParseMsnimLink(WPARAM, LPARAM lParam) arg += 6; MCONTACT hContact = GetContact(arg, NULL, proto); - if (hContact != NULL) { CallService(MS_MSG_SENDMESSAGE, hContact, 0); return 0; @@ -133,7 +131,6 @@ static INT_PTR ServiceParseMsnimLink(WPARAM, LPARAM lParam) arg += 6; MCONTACT hContact = GetContact(arg, NULL, proto); - if (hContact != NULL) { CallService(MS_MSG_SENDMESSAGE, hContact, 0); return 0; -- cgit v1.2.3