mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-29 08:43:56 +01:00
Remove a comment
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user