Skip to content

Commit

Permalink
Remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr committed Dec 10, 2023
1 parent 7605c48 commit 02552a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/udev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ pub fn run() {

// Setup hardware acceleration.
let dmabuf_feedback = catacomb.backend.default_dmabuf_feedback().expect("dmabuf feedback");
// catacomb.dmabuf_state.create_global::<Catacomb>(&catacomb.display_handle,
// Vec::new());
catacomb.dmabuf_state.create_global_with_default_feedback::<Catacomb>(
&catacomb.display_handle,
&dmabuf_feedback,
Expand Down

0 comments on commit 02552a5

Please sign in to comment.