diff options
| -rw-r--r-- | src/niri.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/niri.rs b/src/niri.rs index 852e93f6..7b70b9de 100644 --- a/src/niri.rs +++ b/src/niri.rs @@ -16,7 +16,6 @@ use niri_config::{ Config, FloatOrInt, Key, Modifiers, PreviewRender, TrackLayout, WorkspaceReference, DEFAULT_BACKGROUND_COLOR, }; -use niri_ipc::Workspace; use smithay::backend::allocator::Fourcc; use smithay::backend::renderer::damage::OutputDamageTracker; use smithay::backend::renderer::element::memory::MemoryRenderBufferRenderElement; @@ -4659,10 +4658,6 @@ impl Niri { self.queue_redraw_all(); } } - - pub fn ipc_workspaces(&self) -> Vec<Workspace> { - self.layout.ipc_workspaces() - } } pub struct ClientState { |
