diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-04 11:36:46 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-04 11:36:46 +0000 |
commit | e305b0a6143716dba6c11fd1a4c6d60e6ed27fd6 (patch) | |
tree | 00ef33cc1294190073b622226695b6f223c23e25 /plugins/TrafficCounter/src/vars.h | |
parent | 66cb770a982a2502456d10d73838df2b7239fd89 (diff) |
- fix for the crash on exit;
- options moved to the separate file
git-svn-id: http://svn.miranda-ng.org/main/trunk@3881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TrafficCounter/src/vars.h')
-rw-r--r-- | plugins/TrafficCounter/src/vars.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TrafficCounter/src/vars.h b/plugins/TrafficCounter/src/vars.h index f0284a0ca1..0b35ec2670 100644 --- a/plugins/TrafficCounter/src/vars.h +++ b/plugins/TrafficCounter/src/vars.h @@ -3,7 +3,6 @@ //extern BYTE numProto;
extern int NumberOfAccounts;
-extern BOOL bVariablesExists;
//extern PROTOLIST *ProtoList;
void RegisterVariablesTokens(void);
|