summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorwn_ <invalid@email.com>2025-06-17 18:02:57 +0000
committerwn_ <invalid@email.com>2025-06-17 18:02:57 +0000
commit692c7a89498730fc1491f93dc403bc133a03f271 (patch)
tree3d9f56c209a04b2a952ea6630b6479aa21f7e949 /js
parent5b0d3257337c0296eba66537b87c9143d89a160f (diff)
Remove unused subscription return code 6
Diffstat (limited to 'js')
-rw-r--r--js/CommonDialogs.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/CommonDialogs.js b/js/CommonDialogs.js
index 124c8a17d..eaa0249e8 100644
--- a/js/CommonDialogs.js
+++ b/js/CommonDialogs.js
@@ -197,9 +197,6 @@ const CommonDialogs = {
case 5:
dialog.show_error(__("Couldn't download the specified URL: %s").replace("%s", App.escapeHtml(rc['message'])));
break;
- case 6:
- dialog.show_error(__("XML validation failed: %s").replace("%s", rc['message']));
- break;
case 7:
dialog.show_error(__("Error while creating feed database entry."));
break;