mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
layout: Remove unused method
This commit is contained in:
@@ -1633,10 +1633,6 @@ impl<W: LayoutElement> Workspace<W> {
|
||||
self.scrolling.dnd_scroll_gesture_scroll(delta);
|
||||
}
|
||||
|
||||
pub fn dnd_scroll_gesture_update_time(&mut self) {
|
||||
self.scrolling.dnd_scroll_gesture_scroll(0.);
|
||||
}
|
||||
|
||||
pub fn interactive_resize_begin(&mut self, window: W::Id, edges: ResizeEdge) -> bool {
|
||||
if self.floating.has_window(&window) {
|
||||
self.floating.interactive_resize_begin(window, edges)
|
||||
|
||||
Reference in New Issue
Block a user