Index: src/wp-admin/theme-install.php
===================================================================
--- src/wp-admin/theme-install.php	(revision 29696)
+++ src/wp-admin/theme-install.php	(working copy)
@@ -27,12 +27,6 @@
 	$submenu_file = 'themes.php';
 }
 
-$sections = array(
-	'featured' => __( 'Featured Themes' ),
-	'popular'  => __( 'Popular Themes' ),
-	'new'      => __( 'Newest Themes' ),
-);
-
 $installed_themes = search_theme_directories();
 foreach ( $installed_themes as $k => $v ) {
 	if ( false !== strpos( $k, '/' ) ) {
@@ -57,9 +51,6 @@
 		'error'  => __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' )
 	),
 	'installedThemes' => array_keys( $installed_themes ),
-	'browse' => array(
-		'sections' => $sections,
-	),
 ) );
 
 wp_enqueue_script( 'theme' );
