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/statistics.cpp | |
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/statistics.cpp')
-rw-r--r-- | plugins/TrafficCounter/src/statistics.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/TrafficCounter/src/statistics.cpp b/plugins/TrafficCounter/src/statistics.cpp index e8a975fdf1..a0c46ea118 100644 --- a/plugins/TrafficCounter/src/statistics.cpp +++ b/plugins/TrafficCounter/src/statistics.cpp @@ -24,9 +24,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "commonheaders.h"
#include <math.h>
-extern HWND TrafficHwnd;
-extern PROTOLIST *ProtoList;
-extern uTCFLAGS unOptions;
WORD Stat_SelAcc; // Выбранные аккаунты в окне статистики
HWND hListAccs;
|