mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
nonvirtual reimplementation of CellularPanel::FindCell using nodes
This commit is contained in:
@@ -177,7 +177,6 @@ private:
|
||||
// area into cells
|
||||
std::shared_ptr<TrackPanelNode> Root() override;
|
||||
|
||||
FoundCell FindCell(int mouseX, int mouseY) override;
|
||||
wxRect FindRect(const TrackPanelCell &cell) override;
|
||||
public:
|
||||
AudacityProject * GetProject() const override;
|
||||
|
||||
Reference in New Issue
Block a user