Comment useless variable to remove compiler warning (and optimize a little)

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5913 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
xapantu
2010-09-07 17:58:51 +00:00
parent fb7cd0e161
commit 4fd864fc4b

View File

@@ -56,7 +56,7 @@ bool extract_zip(std::string from, std::string to)
//Add the zip to the file system
pfs->addZipFileArchive(from.c_str());
IFileArchive * zipfile = pfs->getFileArchive(0);
//IFileArchive * zipfile = pfs->getFileArchive(0);
//extract the file where there is the others file name
IReadFile* srcFile = pfs->createAndOpenFile("file_list");
if (srcFile == NULL)