From 207987ec458fcb1cabf5919cee1012faebb33164 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 29 Nov 2005 17:20:10 +0000 Subject: [PATCH] remove extra Init() calls --- stepmania/src/BGAnimationLayer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/stepmania/src/BGAnimationLayer.cpp b/stepmania/src/BGAnimationLayer.cpp index 2d795b9494..b8399e77e8 100644 --- a/stepmania/src/BGAnimationLayer.cpp +++ b/stepmania/src/BGAnimationLayer.cpp @@ -68,7 +68,6 @@ void BGAnimationLayer::LoadFromAniLayerFile( const CString& sPath ) { /* Generic BGAs are new. Animation directories with no INI are old and obsolete. * Don't combine them. */ - Init(); CString lcPath = sPath; lcPath.MakeLower(); @@ -357,7 +356,6 @@ void BGAnimationLayer::LoadFromNode( const CString& sDir, const XNode* pNode ) { CString sAniDir = sDir; - Init(); if( sAniDir.Right(1) != "/" ) sAniDir += "/";