1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-04 17:49:45 +02:00

Remove declaration of undefined function in ShuttleGui

This commit is contained in:
Paul Licameli 2019-12-26 14:09:57 -05:00
parent 8b65b1ae08
commit e7783f4fde

View File

@ -343,7 +343,6 @@ public:
wxMenuBar * AddMenuBar( );
wxMenu * AddMenu( const TranslatableString & Title );
void AddIcon( wxBitmap * pBmp);
void AddIconButton( const wxString & Command, const wxString & Params,wxBitmap * pBmp );
void AddFixedText(
const TranslatableString & Str, bool bCenter = false, int wrapWidth = 0 );
void AddConstTextBox(