remove the hook_views_plugins

8.0.x
Bram Goffings 2012-07-29 22:57:43 +02:00 committed by Tim Plunkett
parent bff49777ba
commit 71b9c4ea78
1 changed files with 0 additions and 7 deletions

View File

@ -34,13 +34,6 @@ function views_test_views_data() {
return variable_get('views_test_views_data', array());
}
/**
* Implements hook_views_plugins().
*/
function views_test_views_plugins() {
return variable_get('views_test_views_plugins', array());
}
function views_test_test_static_access_callback($access) {
return $access;
}