summaryrefslogtreecommitdiff
path: root/plugins/MetaContacts
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-10-26 20:28:06 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-10-26 20:28:06 +0000
commitdcb9689364e44ce574140ad975a5918da58e75b8 (patch)
treeaaae5bd4b4066fe1f5c292efdf79be226989e812 /plugins/MetaContacts
parentaedb67d5f6d0f75ba268d9c0ba9b3cf127c9b3c9 (diff)
removed not needed code
git-svn-id: http://svn.miranda-ng.org/main/trunk@6639 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MetaContacts')
-rw-r--r--plugins/MetaContacts/src/meta_main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/MetaContacts/src/meta_main.cpp b/plugins/MetaContacts/src/meta_main.cpp
index b712144bae..cdd2b6f20f 100644
--- a/plugins/MetaContacts/src/meta_main.cpp
+++ b/plugins/MetaContacts/src/meta_main.cpp
@@ -182,13 +182,6 @@ extern "C" __declspec(dllexport) int Load(void)
db_unset(0, META_PROTO, "DisabledMessageShown");
- // add our modules to the KnownModules list
- DBVARIANT dbv;
- if ( db_get(NULL, "KnownModules", META_PROTO, &dbv))
- db_set_s(NULL, "KnownModules", META_PROTO, META_PROTO);
- else
- db_free(&dbv);
-
PROTOCOLDESCRIPTOR pd = { PROTOCOLDESCRIPTOR_V3_SIZE };
pd.szName = META_FILTER;
pd.type = PROTOTYPE_FILTER;