From 02f30a6b6b2e36fab71d0425c1bc95c7d5b26c50 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 2 Mar 2014 23:05:24 +0000 Subject: 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 --- src/modules/metacontacts/meta_main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/modules/metacontacts/meta_main.cpp') 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; } -- cgit v1.2.3