diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-07 12:50:40 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-07 12:50:40 +0000 |
commit | c6fb861d7159279b6ee4a4dd678d4693ee56bac6 (patch) | |
tree | df911e6eaf7bd944081aae96f5df9c2ef84c2476 /include | |
parent | 95da57c8e9cf894adf3afae124a29d292b085c5e (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/m_protocols.h | 3 |
1 files changed, 0 insertions, 3 deletions
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?
|