From bf1385960127d108cacefcf982f54c98e5426f2d Mon Sep 17 00:00:00 2001 From: Alexandre Almeida Date: Wed, 18 Mar 2015 22:57:27 -0300 Subject: [PATCH] Remove unused variable --- include/Song.h | 2 -- 1 file changed, 2 deletions(-) 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;