diff --git a/core/modules/views/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php b/core/modules/views/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php index b84f09e..b224836 100644 --- a/core/modules/views/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php +++ b/core/modules/views/views_ui/lib/Drupal/views_ui/ViewPreviewFormController.php @@ -39,14 +39,6 @@ public function form(array $form, array &$form_state, EntityInterface $view) { $form['controls']['#attributes'] = array('class' => array('clearfix')); - // Add a checkbox controlling whether or not this display auto-previews. - $form['controls']['live_preview'] = array( - '#type' => 'checkbox', - '#id' => 'edit-displays-live-preview', - '#title' => t('Auto preview'), - '#default_value' => config('views.settings')->get('ui.always_live_preview'), - ); - // Add the arguments textfield $form['controls']['view_args'] = array( '#type' => 'textfield',