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:
@@ -367,7 +367,6 @@ protected:
|
||||
|
||||
// Find track info by coordinate
|
||||
struct FoundCell {
|
||||
std::shared_ptr<Track> pTrack;
|
||||
std::shared_ptr<TrackPanelCell> pCell;
|
||||
wxRect rect;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user