diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/layout/monitor.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/layout/monitor.rs b/src/layout/monitor.rs index cea5649c..851bffbd 100644 --- a/src/layout/monitor.rs +++ b/src/layout/monitor.rs @@ -631,10 +631,6 @@ impl<W: LayoutElement> Monitor<W> { self.active_workspace_ref().active_window() } - pub fn is_active_fullscreen(&self) -> bool { - self.active_workspace_ref().is_active_fullscreen() - } - pub fn advance_animations(&mut self) { if let Some(WorkspaceSwitch::Animation(anim)) = &mut self.workspace_switch { if anim.is_done() { |
