diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-02 22:00:19 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-02 22:00:19 +0000 |
commit | 0749bac971a90ae89d095d2ef81a27f4988f72f0 (patch) | |
tree | c76d9dc234a76d70429fa339bf2741d23e30be6f /src/modules/metacontacts/metacontacts.h | |
parent | d2fc11b011b78efa74bdaf991f7501ea559327fa (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@8365 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/metacontacts/metacontacts.h')
-rw-r--r-- | src/modules/metacontacts/metacontacts.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/metacontacts/metacontacts.h b/src/modules/metacontacts/metacontacts.h index e2fce9fdee..a4d876aa35 100644 --- a/src/modules/metacontacts/metacontacts.h +++ b/src/modules/metacontacts/metacontacts.h @@ -169,8 +169,6 @@ extern char proto_names[MAX_PROTOCOLS * 128]; // service from clist_meta_mw, existence means we don't need to hide subcontacts (woohoo - thanks FYR)
#define MS_CLUI_METASUPPORT "CLUI/MetaContactSupport"
-extern BOOL meta_group_hack_disabled;
-
#ifndef MS_CLUI_GETVERSION
#define MS_CLUI_GETVERSION "CLUI/GetVersion"
|