mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-04-19 19:34:24 +02:00
refactor(wayland): remove unused request type
This commit is contained in:
parent
b9a42f0f66
commit
e0dc5e104a
1 changed files with 0 additions and 2 deletions
|
@ -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>),
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue