From 6429d32732b6d31561bcb2f080cd851c8c8ffe9d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 7 Feb 2019 13:48:20 +0300 Subject: unused variable removed --- protocols/MSN/src/msn_proto.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/MSN/src/msn_proto.cpp') diff --git a/protocols/MSN/src/msn_proto.cpp b/protocols/MSN/src/msn_proto.cpp index 7cf5e8e644..d49f560c11 100644 --- a/protocols/MSN/src/msn_proto.cpp +++ b/protocols/MSN/src/msn_proto.cpp @@ -932,8 +932,6 @@ int CMsnProto::SetStatus(int iNewStatus) return 0; } - usingGateway = false; - int oldMode = m_iStatus; m_iStatus = ID_STATUS_CONNECTING; ProtoBroadcastAck(NULL, ACKTYPE_STATUS, ACKRESULT_SUCCESS, (HANDLE)oldMode, m_iStatus); -- cgit v1.2.3