diff --git a/include/Song.h b/include/Song.h index 053e16345..6b7bb2439 100644 --- a/include/Song.h +++ b/include/Song.h @@ -75,7 +75,6 @@ public: PlayPos( const int abs = 0 ) : MidiTime( abs ), m_timeLine( NULL ), - m_timeLineUpdate( true ), m_currentFrame( 0.0f ) { } @@ -88,7 +87,6 @@ public: return m_currentFrame; } TimeLineWidget * m_timeLine; - bool m_timeLineUpdate; private: float m_currentFrame;