1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-09 06:06:24 +01:00

indentation, final newlines, spelling, remove unused members

This commit is contained in:
Paul Licameli
2017-10-19 13:08:04 -04:00
parent da5e5e51c9
commit 9612e3d971
16 changed files with 13 additions and 49 deletions

View File

@@ -187,7 +187,7 @@ void SelectionBar::Create(wxWindow * parent)
wxRadioButton * SelectionBar::AddRadioButton( const wxString & Name,
int id, wxSizer *pSizer, long style )
{
bool bUseNativeRadioButton = theTheme.IsUsingSyestemTextColour();
bool bUseNativeRadioButton = theTheme.IsUsingSystemTextColour();
wxRadioButton * pBtn;
// Safenew because the button is being create dinto this window.
pBtn = safenew wxRadioButton(this, id,bUseNativeRadioButton ? Name : wxT(""),

View File

@@ -324,7 +324,6 @@ ToolBar::ToolBar( int type,
// Initialize everything
mParent = NULL;
mHSizer = NULL;
mSpacer = NULL;
mVisible = false;
mPositioned = false;

View File

@@ -224,7 +224,6 @@ class ToolBar /* not final */ : public wxPanelWrapper
ToolBarResizer *mResizer;
wxBoxSizer *mHSizer;
wxSizerItem *mSpacer;
bool mVisible;
bool mResizable;