From 041d59f315c61c0d2ee10976682970efab1be2fb Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Fri, 23 Sep 2011 22:51:06 -0400 Subject: [PATCH] Anyone recall WHY I had this code? Remove forced timing data copying if only one Step. --- src/Song.cpp | 6 ------ 1 file changed, 6 deletions(-) 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) )