]> git.wh0rd.org - tt-rss.git/blobdiff - classes/rpc.php
share: move unsharing all articles into the plugin
[tt-rss.git] / classes / rpc.php
index 46583feb58469d333e6b97489eeebe6920575d58..9cc8e704669db4a28d96ff175e2e03d2feb54bb6 100644 (file)
@@ -467,14 +467,6 @@ class RPC extends Handler_Protected {
                print_feed_cat_select("cat_id", $id, '');
        }
 
-       // Silent
-       function clearArticleKeys() {
-               $this->dbh->query("UPDATE ttrss_user_entries SET uuid = '' WHERE
-                       owner_uid = " . $_SESSION["uid"]);
-
-               return;
-       }
-
        function setpanelmode() {
                $wide = (int) $_REQUEST["wide"];