1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-29 08:43:56 +01:00

Remove a comment

This commit is contained in:
Paul Licameli
2017-06-20 06:09:49 -04:00
parent 2806b509e2
commit c355b82dc6

View File

@@ -874,8 +874,6 @@ void TrackPanel::HandleCursor( const TrackPanelMouseEvent &tpmEvent )
wxString tip;
// Are we within the vertical resize area?
// (Add margin back to bottom of the rectangle)
auto pCell = tpmEvent.pCell;
auto track = static_cast<CommonTrackPanelCell*>( pCell )->FindTrack();
if (pCell && pCursor == NULL && tip == wxString()) {