Index: wp-admin/menu.php
===================================================================
--- wp-admin/menu.php	(revision 9570)
+++ wp-admin/menu.php	(working copy)
@@ -26,7 +26,6 @@
 $awaiting_mod = $awaiting_mod->moderated;
 
 $menu[0] = array( __('Dashboard'), 'read', 'index.php', '', 'wp-menu-open menu-top-single', 'menu-dashboard', 'images/menu/home.png' );
-	$submenu['index.php'][5]  = array( __('Dashboard'), 'read' , 'index.php' );
 
 $menu[4] = array( '', 'read', '', '', 'wp-menu-separator' );
 
@@ -52,7 +51,6 @@
 	$submenu['page-new.php'][15] = array( __('Edit'), 'edit_pages', 'edit-pages.php' );
 
 $menu[25] = array( sprintf( __('Comments %s'), "<span id='awaiting-mod' class='count-$awaiting_mod'><span class='comment-count'>" . number_format_i18n($awaiting_mod) . "</span></span>" ), 'edit_posts', 'edit-comments.php', '', 'menu-top-last', 'menu-comments', 'images/menu/comments.png' );
-	$submenu['edit-comments.php'][15] = array( __('Comments'), 'edit_posts', 'edit-comments.php' );
 
 $_wp_last_object_menu = 25; // The index of the last top-level menu in the object menu group
 
@@ -172,8 +170,6 @@
 		if ( ! current_user_can($data[1]) ) {
 			$_wp_menu_nopriv[$data[2]] = true;
 			unset($menu[$id]);
-		} elseif ( !empty($data[0]) ) {
-			$submenu[$data[2]][0] = $data;
 		}
 	}
 }
