diff options
Diffstat (limited to 'src/layout/monitor.rs')
| -rw-r--r-- | src/layout/monitor.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/layout/monitor.rs b/src/layout/monitor.rs index 9e2c6e27..e1cfb512 100644 --- a/src/layout/monitor.rs +++ b/src/layout/monitor.rs @@ -325,14 +325,6 @@ impl<W: LayoutElement> Monitor<W> { } } - pub fn consume_or_expel_window_left(&mut self) { - self.active_workspace().consume_or_expel_window_left(); - } - - pub fn consume_or_expel_window_right(&mut self) { - self.active_workspace().consume_or_expel_window_right(); - } - pub fn focus_left(&mut self) { self.active_workspace().focus_left(); } |
