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

Remove unused declaration

This commit is contained in:
Paul Licameli 2020-01-08 19:33:24 -05:00
parent 66fd95f3d6
commit 05e24ec760

View File

@ -74,7 +74,6 @@ class AUDACITY_DLL_API AudacityCommand /* not final */ : public wxEvtHandler,
bool ShowInterface(wxWindow *parent, bool forceModal = false);
virtual void SetHostUI(EffectUIHostInterface * WXUNUSED(host)){;};
bool PopulateUI(wxWindow *parent);
wxDialog *CreateUI(wxWindow *parent, AudacityCommand *client);
virtual bool GetAutomationParameters(wxString & parms);