1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 16:43:52 +01:00

Remove unused variable

This commit is contained in:
Paul Licameli
2020-03-13 21:04:32 -04:00
parent c001fd97f7
commit 76c3008759

View File

@@ -210,7 +210,6 @@ ContrastDialog::ContrastDialog(wxWindow * parent, wxWindowID id,
mForegroundEndT = NULL;
mBackgroundStartT = NULL;
mBackgroundEndT = NULL;
wxTextValidator vld(wxFILTER_NUMERIC);
wxString number;
auto p = FindProjectFromWindow( this );