Fix minor compil warning (not used var)
This commit is contained in:
parent
0ee38bcb6b
commit
e0f819d02e
|
@ -79,8 +79,6 @@ void DIALOG_FP_CONFLICT_ASSIGNMENT_SELECTOR::OnColumnClick( wxListEvent& event )
|
|||
// when it is the COL_SELCMP column, set all item choices to cmp file assigment.
|
||||
// when it is the COL_SELSCH column, set all item choices to schematic assigment.
|
||||
|
||||
const wxListItem& item = event.GetItem();
|
||||
|
||||
int column = event.GetColumn();
|
||||
int colclr, colset;
|
||||
|
||||
|
|
Loading…
Reference in New Issue