mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Remove unused variable
This commit is contained in:
parent
fe7fdbde9a
commit
6c62e77d7c
@ -213,7 +213,6 @@ public class BsqTxView extends ActivatableView<GridPane, Void> implements BsqBal
|
||||
|
||||
exportButton.setOnAction(event -> {
|
||||
ObservableList<TableColumn<BsqTxListItem, ?>> tableColumns = tableView.getColumns();
|
||||
int reportColumns = tableColumns.size() - 1; // CSV report excludes the last column (an icon)
|
||||
CSVEntryConverter<BsqTxListItem> headerConverter = item -> {
|
||||
String[] columns = new String[8];
|
||||
int i = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user