Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
wez authored Sep 14, 2024
1 parent 7e1cdc6 commit e0cabbe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions window/src/os/wayland/copy_and_paste.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ impl WaylandState {
let active_surface_id = active_surface_id.as_ref()?;
let pending = self.surface_to_pending.get(&active_surface_id)?;
Some(Arc::clone(&pending.lock().unwrap().copy_and_paste))
} else {
None
}
}
}

Expand Down

0 comments on commit e0cabbe

Please sign in to comment.