Skip to content

Commit

Permalink
remove redundant offset set to make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
onsdagens committed Oct 8, 2023
1 parent c15dd3d commit fb16719
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 @@ -26,7 +26,6 @@ impl EguiComponent for Wire {
) -> Option<Vec<Response>> {
let oh: fn((f32, f32), f32, Vec2) -> Pos2 = offset_helper;
let offset_old = offset;
let offset = offset;
let s = scale;
let o = offset;
let mut line_vec = vec![];
Expand Down

0 comments on commit fb16719

Please sign in to comment.