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:
parent
80e372b7d9
commit
d4537b6f53
|
@ -65,8 +65,6 @@ protected:
|
|||
bool TransferDataFromWindow() override;
|
||||
|
||||
private:
|
||||
wxCheckBoxState CurrCbState;
|
||||
|
||||
void checkBoxClicked( wxCommandEvent& aEvent ) override;
|
||||
void allItemsClicked( wxCommandEvent& aEvent ) override;
|
||||
|
||||
|
|
Loading…
Reference in New Issue