Skip to content

Commit

Permalink
Remove double initialization of SongCacheIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram committed Mar 30, 2018
1 parent 228fc16 commit c3158ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/StepMania.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c3158ea

Please sign in to comment.