Skip to content

Commit

Permalink
refactor(wayland): remove unused request type
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Jan 14, 2024
1 parent b9a42f0 commit e0dc5e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/clients/wayland/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ pub enum Response {
#[cfg(feature = "ipc")]
OutputInfoAll(Vec<smithay_client_toolkit::output::OutputInfo>),

#[cfg(feature = "launcher")]
ToplevelInfo(Option<ToplevelInfo>),
#[cfg(any(feature = "focused", feature = "launcher"))]
ToplevelInfoAll(Vec<ToplevelInfo>),

Expand Down

0 comments on commit e0dc5e1

Please sign in to comment.