Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / views_ui / views_ui.theme.inc
index e6ef8756ff7dede7b7383dfbfec3acfdc0c8122b..d1aef4c46c4a1cd31a46bfc7b0e0438acf0613c3 100644 (file)
@@ -547,10 +547,3 @@ function template_preprocess_views_ui_view_preview_section(&$variables) {
     $variables['links'] = $build;
   }
 }
-
-/**
- * Implements hook_theme_suggestions_HOOK().
- */
-function views_ui_theme_suggestions_views_ui_view_preview_section(array $variables) {
-  return ['views_ui_view_preview_section__' . $variables['section']];
-}