diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-02 23:05:24 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-02 23:05:24 +0000 |
commit | 02f30a6b6b2e36fab71d0425c1bc95c7d5b26c50 (patch) | |
tree | 3136860092617b56a1a4cb28d7b920377912b799 /src/modules/metacontacts/meta_main.cpp | |
parent | 0749bac971a90ae89d095d2ef81a27f4988f72f0 (diff) |
next compilable mc version - all api rewritten to use the cache
git-svn-id: http://svn.miranda-ng.org/main/trunk@8366 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/metacontacts/meta_main.cpp')
-rw-r--r-- | src/modules/metacontacts/meta_main.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/metacontacts/meta_main.cpp b/src/modules/metacontacts/meta_main.cpp index 0a1efc6d24..ac7a888fb5 100644 --- a/src/modules/metacontacts/meta_main.cpp +++ b/src/modules/metacontacts/meta_main.cpp @@ -84,8 +84,5 @@ int LoadMetacontacts(void) // further db setup done in modules loaded (nick [protocol string required] & clist display name)
Meta_InitServices();
-
- // for clist_meta_mw - write hidden group name to DB
- db_set_s(0, META_PROTO, "HiddenGroupName", META_HIDDEN_GROUP);
return 0;
}
|