Coverity issue fix.

Remove uninitialized member variable as it was unused rather than
initialize it which would have made Coverity happy.
This commit is contained in:
Wayne Stambaugh 2021-10-30 11:52:06 -04:00
parent 80e372b7d9
commit d4537b6f53
1 changed files with 0 additions and 2 deletions

View File

@ -65,8 +65,6 @@ protected:
bool TransferDataFromWindow() override;
private:
wxCheckBoxState CurrCbState;
void checkBoxClicked( wxCommandEvent& aEvent ) override;
void allItemsClicked( wxCommandEvent& aEvent ) override;