]> git.wh0rd.org - tt-rss.git/blobdiff - prefs.js
rework initial sanitycheck to use JSON
[tt-rss.git] / prefs.js
index 012e0432a97bce593225c60c7014dfcc69e08d07..2d7f9dff1697d2429e380ee69757bf59815b8d86 100644 (file)
--- a/prefs.js
+++ b/prefs.js
@@ -1539,23 +1539,6 @@ function clearFeedAccessKeys() {
        return false;
 }
 
-function handle_rpc_reply(transport, scheduled_call) {
-       try {
-               if (transport.responseXML) {
-
-                       if (!transport_error_check(transport)) return false;
-
-               } else {
-                       notify_error("Error communicating with server.");
-               }
-
-       } catch (e) {
-               exception_error("handle_rpc_reply", e, transport);
-       }
-
-       return true;
-}
-
 function resetFeedOrder() {
        try {
                notify_progress("Loading, please wait...");