Browse Source

! More things we don't need any more.

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 years ago
parent
commit
a8aa1888c6
1 changed files with 0 additions and 8 deletions
  1. 0 8
      Sources/Subs.php

+ 0 - 8
Sources/Subs.php

@@ -2841,7 +2841,6 @@ function setupThemeContext($forceload = false)
 	$context['in_maintenance'] = !empty($maintenance);
 	$context['current_time'] = timeformat(time(), false);
 	$context['current_action'] = isset($_GET['action']) ? $smcFunc['htmlspecialchars']($_GET['action']) : '';
-	$context['show_quick_login'] = false;
 
 	// Get some news...
 	$context['news_lines'] = array_filter(explode("\n", str_replace("\r", '', trim(addslashes($modSettings['news'])))));
@@ -3830,13 +3829,6 @@ function setupMenuContext()
 					),
 				),
 			),
-			'login' => array(
-				'title' => $txt['login'],
-				'href' => $scripturl . '?action=login',
-				'show' => $user_info['is_guest'],
-				'sub_buttons' => array(
-				),
-			),
 			'register' => array(
 				'title' => $txt['register'],
 				'href' => $scripturl . '?action=register',