From 5b6ea1ef914d0d33516ce59df69637576055ce66 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 May 2017 10:41:20 +0300 Subject: remove pubsubhubbub: dead --- include/functions.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 3ea1035cb..a664212b2 100644 --- a/include/functions.php +++ b/include/functions.php @@ -145,8 +145,6 @@ define('SELF_USER_AGENT', 'Tiny Tiny RSS/' . VERSION . ' (http://tt-rss.org/)'); ini_set('user_agent', SELF_USER_AGENT); - require_once 'lib/pubsubhubbub/Publisher.php'; - $schema_version = false; function _debug_suppress($suppress) { -- cgit v1.2.3-54-g00ecf