diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-03 18:40:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-03 18:40:44 +0000 |
commit | 05c8e7e008bce31c4208c3e77d54d9c82903b8b9 (patch) | |
tree | f503e2262ff91821846f160040d5f19415fd7642 /src/modules/metacontacts/metacontacts.h | |
parent | e848c27540a4f95e9e256b1761f6416c4d586381 (diff) |
unused variables removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@8385 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/metacontacts/metacontacts.h')
-rw-r--r-- | src/modules/metacontacts/metacontacts.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/metacontacts/metacontacts.h b/src/modules/metacontacts/metacontacts.h index bba360fdd5..7a22e9e351 100644 --- a/src/modules/metacontacts/metacontacts.h +++ b/src/modules/metacontacts/metacontacts.h @@ -155,7 +155,6 @@ extern HANDLE hEventDefaultChanged, hEventForceSend, hEventUnforceSend, hSubcont extern POINT menuMousePoint;
#define MAX_PROTOCOLS 20
-extern char proto_names[MAX_PROTOCOLS * 128];
// used for the 'jabber' hack - i.e. hide contacts instead of moving them to the hidden group
#define JABBER_UNIQUE_ID_SETTING "jid"
|