Remove unused function

This commit is contained in:
Ivan Molodetskikh
2024-08-28 09:14:06 +03:00
parent 397b7e4bb9
commit 2b3d196876
-5
View File
@@ -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 {