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

Issue #2080033 by royal121, mrsinguyen: Remove Unused local variable from...

Issue #2080033 by royal121, mrsinguyen: Remove Unused local variable  from /core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/Display.php.
parent f493700c
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -61,7 +61,6 @@ public function getFormId() {
public function buildForm(array $form, array &$form_state) {
$view = $form_state['view'];
$display_id = $form_state['display_id'];
$section = $form_state['section'];
$executable = $view->getExecutable();
$executable->setDisplay($display_id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment