Skip to content

Commit 3698e35

Browse files
committed
cleanup views hooks
1 parent 9736e81 commit 3698e35

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

views/flot.views.inc

-15
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,6 @@ function flot_views_data_alter(&$data) {
1313
);
1414
}
1515

16-
/**
17-
* Implements hook_views_handlers().
18-
*/
19-
function flot_views_handlers() {
20-
return array(
21-
'info' => array(
22-
'path' => drupal_get_path('module', 'flot') . '/views',
23-
),
24-
'handlers' => array(
25-
'flot_handler_field_datapoint' => array('parent' => 'views_handler_field'),
26-
),
27-
);
28-
}
29-
3016
/**
3117
* Implements hook_views_plugins().
3218
*/
@@ -47,7 +33,6 @@ function flot_views_plugins() {
4733
'type' => 'normal',
4834
),
4935
'flot_summary' => array(
50-
'parent' => 'flot',
5136
'title' => t('Flot'),
5237
'help' => t('Displays the default summary as a flot graph.'),
5338
'handler' => 'flot_views_plugin_summary_style',

0 commit comments

Comments
 (0)