diff --git a/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php b/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php
index ed94fc7..c6192e4 100644
--- a/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php
+++ b/core/modules/views_ui/lib/Drupal/views_ui/ViewUI.php
@@ -372,11 +372,6 @@ public function getStandardButtons(&$form, &$form_state, $form_id, $name = NULL)
     }
     // Finally, we never want these cached -- our object cache does that for us.
     $form['#no_cache'] = TRUE;
-
-    // If this isn't an ajaxy form, then we want to set the title.
-    if (!empty($form['#title'])) {
-      drupal_set_title($form['#title']);
-    }
   }
 
   /**
