Removed g++ compiler warning.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2177 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2008-07-21 10:04:35 +00:00
parent 22ede74e90
commit 27369fe5ea

View File

@@ -88,7 +88,6 @@ RaceResultsGUI::RaceResultsGUI()
// ----------------------------------------------------------------------------
Widget *RaceResultsGUI::displayLeaderResults()
{
const unsigned int MAX_STR_LEN = 60;
const unsigned int NUM_KARTS = race_manager->getNumKarts();
int *scores = new int[NUM_KARTS];