diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-05 19:24:15 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-05-05 19:24:15 +0000 |
commit | c4493297e7c4c1a1590f46d536499fa8cbda6d8f (patch) | |
tree | e916ddf518dffb9aac33a998db548b5a83dbeaa8 | |
parent | 282e93cc9d70eb570a4e703edd6a11e79d1b7406 (diff) |
SkypeWeb: Cleanup.
git-svn-id: http://svn.miranda-ng.org/main/trunk@13453 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.cpp b/protocols/SkypeWeb/src/skype_proto.cpp index 51d9349ef1..2b5131e603 100644 --- a/protocols/SkypeWeb/src/skype_proto.cpp +++ b/protocols/SkypeWeb/src/skype_proto.cpp @@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "stdafx.h"
-LIST<CSkypeProto> skypeInstances(1, CSkypeProto::CompareAccounts);
-
CSkypeProto::CSkypeProto(const char* protoName, const TCHAR* userName) :
PROTO<CSkypeProto>(protoName, userName), password(NULL)
{
@@ -81,8 +79,6 @@ CSkypeProto::~CSkypeProto() Popup_UnregisterClass(m_hPopupClassCall);
if (m_hPopupClassNotify)
Popup_UnregisterClass(m_hPopupClassNotify);
-
- skypeInstances.remove(this);
}
DWORD_PTR CSkypeProto::GetCaps(int type, MCONTACT)
|