Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
zeozeozeo committed Mar 19, 2024
1 parent d9ffe15 commit fc10b8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions egui_clickpack_db/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ impl ClickpackDb {
}
});
});
row.col(|ui| self.manage_row(ui, entry, name, req_fn, row_index, pick_folder));
row.col(|ui| self.manage_row(ui, entry, name, req_fn, pick_folder));
});
});

Expand All @@ -363,7 +363,6 @@ impl ClickpackDb {
entry: Entry,
name: String,
req_fn: &'static RequestFn,
row_index: usize,
pick_folder: &'static PickFolderFn,
) {
let set_status =
Expand Down

0 comments on commit fc10b8a

Please sign in to comment.