diff --git a/administrator/components/com_content/View/Featured/HtmlView.php b/administrator/components/com_content/View/Featured/HtmlView.php index fefe976b1cb34..3f335dca4de65 100644 --- a/administrator/components/com_content/View/Featured/HtmlView.php +++ b/administrator/components/com_content/View/Featured/HtmlView.php @@ -186,10 +186,6 @@ protected function addToolbar() if ($canDo->get('core.edit.state')) { - $childBar->standardButton('featured') - ->text('JFEATURE') - ->task('articles.featured') - ->listCheck(true); $childBar->standardButton('unfeatured') ->text('JUNFEATURE') ->task('articles.unfeatured')