diff --git a/classes/feeds.php b/classes/feeds.php
index 744c463af..674d549b0 100755
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -83,10 +83,7 @@ class Feeds extends Handler_Protected {
$reply .= "";
if ($feed_id == 0 && !$is_cat) {
- $reply .= "";
$reply .= "";
- } else {
- $reply .= "";
}
if (PluginHost::getInstance()->get_plugin("mail")) {
diff --git a/js/Headlines.js b/js/Headlines.js
index b98098c33..78ad6d9c4 100755
--- a/js/Headlines.js
+++ b/js/Headlines.js
@@ -1085,6 +1085,7 @@ const Headlines = {
}
}
},
+ /* not exposed in the UI by default, deprecated - ? */
archiveSelection: function () {
const rows = Headlines.getSelected();