Remove 'farm_dashboard_metrics' from farm_dashboard hook_hook_info.

This commit is contained in:
Paul Weidner 2020-01-15 13:46:38 -08:00 committed by Michael Stenta
parent 7ee3c604a4
commit de788dfd89
1 changed files with 0 additions and 3 deletions

View File

@ -8,9 +8,6 @@
* Implements hook_hook_info().
*/
function farm_dashboard_hook_info() {
$hooks['farm_dashboard_metrics'] = array(
'group' => 'farm_dashboard',
);
$hooks['farm_dashboard_panes'] = array(
'group' => 'farm_dashboard',
);