mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +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);
|
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 {
|
pub fn interactive_resize_begin(&mut self, window: W::Id, edges: ResizeEdge) -> bool {
|
||||||
if self.floating.has_window(&window) {
|
if self.floating.has_window(&window) {
|
||||||
self.floating.interactive_resize_begin(window, edges)
|
self.floating.interactive_resize_begin(window, edges)
|
||||||
|
|||||||
Reference in New Issue
Block a user