mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-17 17:17:40 +02:00
Remove declaration of undefined function in ShuttleGui
This commit is contained in:
parent
8b65b1ae08
commit
e7783f4fde
@ -343,7 +343,6 @@ public:
|
|||||||
wxMenuBar * AddMenuBar( );
|
wxMenuBar * AddMenuBar( );
|
||||||
wxMenu * AddMenu( const TranslatableString & Title );
|
wxMenu * AddMenu( const TranslatableString & Title );
|
||||||
void AddIcon( wxBitmap * pBmp);
|
void AddIcon( wxBitmap * pBmp);
|
||||||
void AddIconButton( const wxString & Command, const wxString & Params,wxBitmap * pBmp );
|
|
||||||
void AddFixedText(
|
void AddFixedText(
|
||||||
const TranslatableString & Str, bool bCenter = false, int wrapWidth = 0 );
|
const TranslatableString & Str, bool bCenter = false, int wrapWidth = 0 );
|
||||||
void AddConstTextBox(
|
void AddConstTextBox(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user