diff --git a/src/Song.cpp b/src/Song.cpp index 3833519ffa..9ab0a661ac 100644 --- a/src/Song.cpp +++ b/src/Song.cpp @@ -920,12 +920,6 @@ void Song::Save() ReCalculateRadarValuesAndLastSecond(); TranslateTitles(); - - // TODO: Figure out a better way to save to Song's timing data. - if( m_vpSteps.size() == 1 ) - { - m_SongTiming = m_vpSteps[0]->m_Timing; - } // Save the new files. These calls make backups on their own. if( !SaveToSSCFile(GetSongFilePath(), false) )