summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber.cpp')
-rwxr-xr-xprotocols/JabberG/src/jabber.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/JabberG/src/jabber.cpp b/protocols/JabberG/src/jabber.cpp
index bc3329e506..afb5c05c76 100755
--- a/protocols/JabberG/src/jabber.cpp
+++ b/protocols/JabberG/src/jabber.cpp
@@ -179,9 +179,6 @@ static int jabberProtoUninit(CJabberProto *ppro)
return 0;
}
-namespace omemo {
- int init_omemo();
-};
extern "C" int __declspec(dllexport) Load()
{
@@ -225,7 +222,6 @@ extern "C" int __declspec(dllexport) Load()
g_MenuInit();
HookEvent(ME_SYSTEM_MODULESLOADED, OnModulesLoaded);
JabberUserInfoInit();
- omemo::init_omemo();
return 0;
}