1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-30 15:39:27 +02:00

Remove undefined member function

This commit is contained in:
Paul Licameli 2019-12-28 13:34:48 -05:00
parent 6f80a5c08b
commit 996d60de81

View File

@ -47,8 +47,6 @@ protected:
const AudacityProject *pProject, int currentTool, bool bMultiTool)
= 0;
Track *GetTrack() const;
std::weak_ptr<SelectHandle> mSelectHandle;
public: