From 4b647827a82e02714768a0bd031f7e683951f3e6 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 30 Jul 2006 18:40:26 +0000 Subject: [PATCH] don't need to Close explicitly here --- stepmania/src/Model.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/Model.cpp b/stepmania/src/Model.cpp index fbd2aab802..5276f7e588 100644 --- a/stepmania/src/Model.cpp +++ b/stepmania/src/Model.cpp @@ -293,8 +293,6 @@ void Model::LoadMaterialsFromMilkshapeAscii( const RString &_sPath ) } } } - - f.Close(); } bool Model::LoadMilkshapeAsciiBones( const RString &sAniName, const RString &sPath )