Skip to content

Commit 4b10115

Browse files
fix: clean up remaining warnings in scap-targets Linux impl
Co-authored-by: Richie McIlroy <richiemcilroy@users.noreply.github.com>
1 parent ad8d386 commit 4b10115

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • crates/scap-targets/src/platform

crates/scap-targets/src/platform/linux.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,10 +631,8 @@ fn list_windows_x11() -> Option<Vec<WindowImpl>> {
631631
};
632632

633633
let mut child_return = 0u64;
634-
let mut root_return: u64 = 0;
635634
let mut abs_x = 0i32;
636635
let mut abs_y = 0i32;
637-
let _ = root_return;
638636
x11::xlib::XTranslateCoordinates(
639637
display,
640638
wid,

0 commit comments

Comments
 (0)