Remove unused variable

This commit is contained in:
Alexandre Almeida
2015-03-18 22:57:27 -03:00
parent d308a72f29
commit bf13859601

View File

@@ -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;