This commit is contained in:
Bartosz Taudul
2022-09-04 14:56:12 +02:00
parent 44efb15df1
commit 53632ccb5b
5 changed files with 1 additions and 16 deletions

View File

@@ -7,7 +7,6 @@ namespace tracy
TimelineController::TimelineController( View& view, Worker& worker )
: m_height( 0 )
, m_offset( 0 )
, m_scroll( 0 )
, m_firstFrame( true )
, m_view( view )