X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Funqueuemanager.php;h=72dbc4eede6807034334f2243af32e7fa471452f;hb=6fdd52467dea6164d71afc9b80e1f8bcf5fb1b9a;hp=6c26fac0ed9cc61a05812f719ad9e232fb8d1b9d;hpb=b89878511f1f30b4e18858940a5468b8999ab7ea;p=quix0rs-gnu-social.git diff --git a/lib/unqueuemanager.php b/lib/unqueuemanager.php index 6c26fac0ed..72dbc4eede 100644 --- a/lib/unqueuemanager.php +++ b/lib/unqueuemanager.php @@ -48,12 +48,6 @@ class UnQueueManager jabber_public_notice($notice); } break; - case 'facebook': - if ($this->_isLocal($notice)) { - require_once INSTALLDIR . '/lib/facebookutil.php'; - return facebookBroadcastNotice($notice); - } - break; case 'ping': if ($this->_isLocal($notice)) { require_once INSTALLDIR . '/lib/ping.php';