]> git.wh0rd.org - tt-rss.git/commitdiff
controls: disable print_feed_select (unused)
authorAndrew Dolgov <noreply@fakecake.org>
Sun, 2 Jul 2017 19:57:06 +0000 (22:57 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Sun, 2 Jul 2017 19:57:06 +0000 (22:57 +0300)
include/controls.php

index 0129db50115a1913483faaf54a8e41fd8c29e02b..c3dbbfe185644d1fa22e7cdcea1b1c856e38a5d3 100644 (file)
@@ -168,7 +168,7 @@ function print_feed_multi_select($id, $default_ids = [],
 }
 
 
-function print_feed_select($id, $default_id = "",
+/*function print_feed_select($id, $default_id = "",
                                                   $attributes = "", $include_all_feeds = true,
                                                   $root_id = false, $nest_level = 0) {
 
@@ -262,7 +262,7 @@ function print_feed_select($id, $default_id = "",
        if (!$root_id) {
                print "</select>";
        }
-}
+}*/
 
 function print_feed_cat_select($id, $default_id,
                                                           $attributes, $include_all_cats = true, $root_id = false, $nest_level = 0) {