From df6b0c988eb26339d4c7e4a1d0fe3b9717703c28 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 9 Mar 2018 19:32:32 +0300 Subject: more loop-related code cleaning --- protocols/MSN/src/msn_lists.cpp | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'protocols/MSN/src/msn_lists.cpp') diff --git a/protocols/MSN/src/msn_lists.cpp b/protocols/MSN/src/msn_lists.cpp index 0953685dde..c103be86f3 100644 --- a/protocols/MSN/src/msn_lists.cpp +++ b/protocols/MSN/src/msn_lists.cpp @@ -297,21 +297,9 @@ void CMsnProto::MSN_CreateContList(void) cxml.AppendFormat("", C.email, C.netId, list, list, list, list); used[j] = true; } - /* Seems to be unused in Skype and causing errors - else if (dom != NULL && lastds != NULL && _stricmp(lastds, dom) == 0) { - if (newdom) { - cxml.AppendFormat("", lastds + 1); - newdom = false; - } - - *(char*)dom = 0; - cxml.AppendFormat("", C.email, C.netId, C.list & ~(LIST_RL | LIST_LL)); - *(char*)dom = '@'; - used[j] = true; - } - */ } - if (!newdom) cxml.Append(lastds ? "" : ""); + if (!newdom) + cxml.Append(lastds ? "" : ""); } } -- cgit v1.2.3