Skip to content
Snippets Groups Projects
Commit 3b58e879 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2081193 by mrsinguyen: Remove Unused local variable from...

Issue #2081193 by mrsinguyen: Remove Unused local variable  from /core/modules/views_ui/views_ui.module.
parent a436374c
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,6 @@ function views_ui_view_preview_section_display_category_links(ViewExecutable $vi
* Returns all contextual links for the main content part of the view.
*/
function views_ui_view_preview_section_rows_links(ViewExecutable $view) {
$display = $view->display_handler->display;
$links = array();
$links = array_merge($links, views_ui_view_preview_section_handler_links($view, 'filter', TRUE));
$links = array_merge($links, views_ui_view_preview_section_handler_links($view, 'field', TRUE));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment