X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fxmpp%2Fxmpp_queue.c;fp=citadel%2Fmodules%2Fxmpp%2Fxmpp_queue.c;h=8cb5662d89f846728c2b53140692325e18553b79;hp=024336df871e7de743e3bebd19bbcbba902b45f9;hb=e7c125bafc3bd24fd9cfb18c39b29abd19c7478f;hpb=2975015a8e6b00893a0ba003f3b086132fb858c8 diff --git a/citadel/modules/xmpp/xmpp_queue.c b/citadel/modules/xmpp/xmpp_queue.c index 024336df8..8cb5662d8 100644 --- a/citadel/modules/xmpp/xmpp_queue.c +++ b/citadel/modules/xmpp/xmpp_queue.c @@ -57,7 +57,6 @@ #include "serv_xmpp.h" int queue_event_seq = 0; -struct xmpp_event *xmpp_queue = NULL; void xmpp_queue_event(int event_type, char *email_addr) { @@ -163,14 +162,3 @@ void xmpp_cleanup_events(void) end_critical_section(S_XMPP_QUEUE); } - -CTDL_MODULE_INIT(xmpp_queue) -{ - if (!threading) { - - CtdlRegisterCleanupHook(xmpp_cleanup_events); - } - - /* return our module name for the log */ - return "xmpp_queue"; -}