Skip to content

Commit

Permalink
remove old 0.54 hash bug reconciler
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Feb 8, 2019
1 parent 40d7f62 commit 03184d5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Steps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,11 +400,6 @@ Steps::CalcEtternaMetadata()

ChartKey = GenerateChartKey(*m_pNoteData, GetTimingData());

// need to figure out a better place to put this as it is fairly slow
for (unsigned i = 0; i < std::thread::hardware_concurrency(); ++i)
SONGMAN->keyconversionmap.emplace(
GenerateBustedChartKey(*m_pNoteData, GetTimingData(), i), ChartKey);

// replace the old sm notedata string with the new ett notedata string
// compressed format for internal use
/* Not yet though
Expand Down

0 comments on commit 03184d5

Please sign in to comment.