1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 16:49:41 +02:00

Remove duplicate call to DrawItems introduced at 488cb46

This commit is contained in:
Paul Licameli 2019-07-08 22:13:51 -04:00
parent 5312406450
commit 51e0c2221f

View File

@ -356,8 +356,6 @@ void CommonTrackControls::Draw(
// Draw things within the track control panel
TrackInfo::DrawItems( context, rect, *pTrack );
TrackInfo::DrawItems( context, rect, *FindTrack() );
//mTrackInfo.DrawBordersWithin( dc, rect, *t );
}