summaryrefslogtreecommitdiff
path: root/classes/rpc.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-23 13:38:58 +0400
committerAndrew Dolgov <[email protected]>2012-09-23 13:38:58 +0400
commit759e5132a1311a1b56787b97e82ddad4b5348aa1 (patch)
treeedb3c7a6661206eea9c29b59ec9dd752f7d9807a /classes/rpc.php
parent386c4ce63c95a687f4358839d6703a02b20ebe50 (diff)
subscribe_to_feed: stop fetching URL multiple times while subscribing, various other speedups
Diffstat (limited to 'classes/rpc.php')
-rw-r--r--classes/rpc.php6
1 files changed, 0 insertions, 6 deletions
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));