From c4493297e7c4c1a1590f46d536499fa8cbda6d8f Mon Sep 17 00:00:00 2001
From: MikalaiR <nikolay.romanovich@narod.ru>
Date: Tue, 5 May 2015 19:24:15 +0000
Subject: SkypeWeb: Cleanup.

git-svn-id: http://svn.miranda-ng.org/main/trunk@13453 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
---
 protocols/SkypeWeb/src/skype_proto.cpp | 4 ----
 1 file changed, 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)
-- 
cgit v1.2.3