From aa387fa04aa096d163932d3f5f9711a2f146c6f0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 23 Feb 2013 19:43:21 +0000 Subject: - PROTO_INTERFACE::GetIcon removed and replaced with the standard implementation; - PS_LOADICON also replaced with the standard function; - ProtoConstructor() & ProtoDestructor() macroses are introduced to simplify protocols' code; - GetIcon() method implementation removed from all protocols git-svn-id: http://svn.miranda-ng.org/main/trunk@3739 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/protocols/protoint.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/modules/protocols/protoint.cpp') diff --git a/src/modules/protocols/protoint.cpp b/src/modules/protocols/protoint.cpp index 8146754c9d..c0086cded0 100644 --- a/src/modules/protocols/protoint.cpp +++ b/src/modules/protocols/protoint.cpp @@ -288,7 +288,6 @@ PROTO_INTERFACE* AddDefaultAccount(const char* szProtoName) { PROTO_INTERFACE* ppi = new DEFAULT_PROTO_INTERFACE; if (ppi != NULL) { - ppi->m_iVersion = 1; ppi->m_szModuleName = mir_strdup(szProtoName); ppi->m_szProtoName = mir_strdup(szProtoName); ppi->m_tszUserName = mir_a2t(szProtoName); -- cgit v1.2.3