From 2b3d196876c6528be97f6a7e2a31539c25d2b1e6 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 28 Aug 2024 09:14:06 +0300 Subject: Remove unused function --- src/niri.rs | 5 ----- 1 file changed, 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 { - self.layout.ipc_workspaces() - } } pub struct ClientState { -- cgit