1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-01 10:41:03 +02:00

refactor(wayland): remove unused request type

This commit is contained in:
Jake Stanger 2024-01-14 01:34:49 +00:00
parent b9a42f0f66
commit e0dc5e104a
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61

View file

@ -90,8 +90,6 @@ pub enum Response {
#[cfg(feature = "ipc")] #[cfg(feature = "ipc")]
OutputInfoAll(Vec<smithay_client_toolkit::output::OutputInfo>), OutputInfoAll(Vec<smithay_client_toolkit::output::OutputInfo>),
#[cfg(feature = "launcher")]
ToplevelInfo(Option<ToplevelInfo>),
#[cfg(any(feature = "focused", feature = "launcher"))] #[cfg(any(feature = "focused", feature = "launcher"))]
ToplevelInfoAll(Vec<ToplevelInfo>), ToplevelInfoAll(Vec<ToplevelInfo>),