1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-10 14:46:24 +01:00

Remove pTrack from FoundCell; new function hides some casting

This commit is contained in:
Paul Licameli
2018-06-24 22:14:37 -04:00
parent 79067e43f0
commit 7395e5acbd
2 changed files with 13 additions and 12 deletions

View File

@@ -367,7 +367,6 @@ protected:
// Find track info by coordinate
struct FoundCell {
std::shared_ptr<Track> pTrack;
std::shared_ptr<TrackPanelCell> pCell;
wxRect rect;
};