From b40457114a6f5796229357555c80dfef74937a40 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Sat, 9 Feb 2013 15:37:46 -0800 Subject: Code cleanup / deletions. --- pages/home.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pages/home.php') diff --git a/pages/home.php b/pages/home.php index f8841b5..cc94068 100644 --- a/pages/home.php +++ b/pages/home.php @@ -196,11 +196,6 @@ function displayMaze($motd, $mapType) { //Gather data for map; $mapID = $motd['id']; $map = $motd['map']; - $width = $map[0][0]; - - //data for the topscores - //$topscores = topScores($motd['id'], 30); - //$topscorediv = "
\n$topscores\n
"; $topscorediv = "
-- cgit v1.2.3