From c6fb861d7159279b6ee4a4dd678d4693ee56bac6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 7 Oct 2012 12:50:40 +0000 Subject: death of old nasty clutch with MS_PROTO_ENUMPROTOCOLS & PROTOACCOUNT::type git-svn-id: http://svn.miranda-ng.org/main/trunk@1799 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- include/m_protocols.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/m_protocols.h b/include/m_protocols.h index 67dd8b16ca..c7402c7d74 100644 --- a/include/m_protocols.h +++ b/include/m_protocols.h @@ -209,10 +209,8 @@ typedef struct { #define PROTOTYPE_FILTER 3000 #define PROTOTYPE_TRANSLATION 4000 #define PROTOTYPE_OTHER 10000 //avoid using this if at all possible -#define PROTOTYPE_DISPROTO 20000 #define MS_PROTO_ENUMPROTOS "Proto/EnumProtos" -#define MS_PROTO_ENUMPROTOCOLS "Proto/EnumAccounts" //determines if a protocol module is loaded or not //wParam = 0 @@ -273,7 +271,6 @@ typedef struct tagACCOUNT { int cbSize; // sizeof this structure char* szModuleName; // unique physical account name (matches database module name) - int type; // always equal to PROTOTYPE_PROTOCOL TCHAR* tszAccountName; // user-defined account name char* szProtoName; // physical protocol name int bIsEnabled; // is account enabled? -- cgit v1.2.3