diff --git a/src/Song.h b/src/Song.h index eb17c33555..319c113d5c 100644 --- a/src/Song.h +++ b/src/Song.h @@ -188,7 +188,7 @@ public: void AddBPMSegment( const BPMSegment &seg ) { m_Timing.AddBPMSegment( seg ); } void AddStopSegment( const StopSegment &seg ) { m_Timing.AddStopSegment( seg ); } - void AddWarpSegment( const WarpSegment &seg ) { m_Timing.AddWarpSegment( seg ); } + //void AddWarpSegment( const WarpSegment &seg ) { m_Timing.AddWarpSegment( seg ); } void AddBackgroundChange( BackgroundLayer blLayer, BackgroundChange seg ); void AddForegroundChange( BackgroundChange seg ); void AddLyricSegment( LyricSegment seg );