summaryrefslogtreecommitdiff
path: root/src/modules/metacontacts/meta_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/metacontacts/meta_main.cpp')
-rw-r--r--src/modules/metacontacts/meta_main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/metacontacts/meta_main.cpp b/src/modules/metacontacts/meta_main.cpp
index 446bc515f8..e550c329c7 100644
--- a/src/modules/metacontacts/meta_main.cpp
+++ b/src/modules/metacontacts/meta_main.cpp
@@ -73,10 +73,6 @@ int LoadMetacontacts(void)
Meta_ReadOptions(&options);
PROTOCOLDESCRIPTOR pd = { PROTOCOLDESCRIPTOR_V3_SIZE };
- pd.szName = META_FILTER;
- pd.type = PROTOTYPE_FILTER;
- CallService(MS_PROTO_REGISTERMODULE, 0, (LPARAM)&pd);
-
pd.szName = META_PROTO;
pd.type = PROTOTYPE_VIRTUAL;
CallService(MS_PROTO_REGISTERMODULE, 0, (LPARAM)&pd);