Skip to content

Commit

Permalink
fix unrelated clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
onsdagens committed Oct 13, 2023
1 parent 8eccefe commit 30a8772
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui_egui/components/wire.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ impl EguiComponent for Wire {
_clip_rect: egui::Rect,
) {
let oh: fn((f32, f32), f32, egui::Vec2) -> egui::Pos2 = offset_helper;
let offset = offset;
let s = scale;
let o = offset;
let mut line_vec = vec![];
Expand Down

0 comments on commit 30a8772

Please sign in to comment.