From 759e5132a1311a1b56787b97e82ddad4b5348aa1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 23 Sep 2012 13:38:58 +0400 Subject: subscribe_to_feed: stop fetching URL multiple times while subscribing, various other speedups --- classes/rpc.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'classes/rpc.php') diff --git a/classes/rpc.php b/classes/rpc.php index c4d0cd53c..f0d1d3d86 100644 --- a/classes/rpc.php +++ b/classes/rpc.php @@ -195,12 +195,6 @@ class RPC extends Handler_Protected { print json_encode(array("result" => $rc)); } - function extractfeedurls() { - $urls = get_feeds_from_html($_REQUEST['url']); - - print json_encode(array("urls" => $urls)); - } - function togglepref() { $key = db_escape_string($_REQUEST["key"]); set_pref($this->link, $key, !get_pref($this->link, $key)); -- cgit v1.2.3