Skip to content

Commit

Permalink
chore: it is sad that this output is useless
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Dec 19, 2023
1 parent cb7a395 commit 3959636
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions libwaysip/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ use wayland_protocols::wp::cursor_shape::v1::client::{
use wayland_cursor::CursorImageBuffer;
use wayland_cursor::CursorTheme;

/// reexport wloutput
pub mod reexport {
pub use wayland_client::protocol::wl_output::{self, WlOutput};
}

#[derive(Debug)]
struct BaseState;

Expand Down Expand Up @@ -89,7 +84,8 @@ impl WlOutputInfo {
size: (0, 0),
}
}
pub fn get_output(&self) -> &WlOutput {

fn get_output(&self) -> &WlOutput {
&self.output
}

Expand Down

0 comments on commit 3959636

Please sign in to comment.