Remove unused variable

This commit is contained in:
Paul Licameli 2020-03-13 21:04:32 -04:00
parent c001fd97f7
commit 76c3008759
1 changed files with 0 additions and 1 deletions

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 );