Removed hard coded menu for stats (also removed from Views)

This commit is contained in:
Tristan Olive 2012-03-28 04:44:16 -04:00 committed by Oliver Bock
parent e5b103c7e4
commit 852be42e7d
1 changed files with 0 additions and 10 deletions
drupal/sites/default/boinc/modules/boincwork

View File

@ -55,16 +55,6 @@ function boincwork_menu() {
'access arguments' => array('access content'),
'type' => MENU_CALLBACK
);
$items['stats'] = array(
'page callback' => 'boincwork_view_page',
'page arguments' => array('8938'),
'access arguments' => array('access content')
);
$items['stats/overview'] = array(
'title' => t('Overview'),
'type' => MENU_DEFAULT_LOCAL_TASK,
'weight' => -10
);
return $items;
}