From c3158ea0fbe3890195890994aa988df35fa2dde5 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 30 Mar 2018 03:49:11 -0300 Subject: [PATCH] Remove double initialization of SongCacheIndex --- src/StepMania.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/StepMania.cpp b/src/StepMania.cpp index 4753782239..392b8db668 100644 --- a/src/StepMania.cpp +++ b/src/StepMania.cpp @@ -1149,7 +1149,6 @@ int sm_main(int argc, char* argv[]) StepMania::InitializeCurrentGame( GAMESTATE->GetCurrentGame() ); INPUTQUEUE = new InputQueue; - SONGINDEX = new SongCacheIndex; IMAGECACHE = new ImageCache; // depends on SONGINDEX: