aboutsummaryrefslogtreecommitdiff
path: root/src/handlers/compositor.rs
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2023-08-16 20:29:57 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2023-08-16 20:29:57 +0400
commit78090e1140b99d245c6932d10e084e7f11d34083 (patch)
treeddf3b6df17f268bd5c00b705b62b0ca532268625 /src/handlers/compositor.rs
parent99533bdaf62e44b766681ece33e0ae1387a718e1 (diff)
downloadniri-78090e1140b99d245c6932d10e084e7f11d34083.tar.gz
niri-78090e1140b99d245c6932d10e084e7f11d34083.tar.bz2
niri-78090e1140b99d245c6932d10e084e7f11d34083.zip
Remove some commented out code
Diffstat (limited to 'src/handlers/compositor.rs')
-rw-r--r--src/handlers/compositor.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/handlers/compositor.rs b/src/handlers/compositor.rs
index 18082460..e126f9df 100644
--- a/src/handlers/compositor.rs
+++ b/src/handlers/compositor.rs
@@ -13,7 +13,6 @@ use smithay::wayland::shm::{ShmHandler, ShmState};
use smithay::{delegate_compositor, delegate_shm};
use super::xdg_shell;
-use crate::grabs::resize_grab;
use crate::niri::ClientState;
use crate::Niri;
@@ -81,7 +80,6 @@ impl CompositorHandler for Niri {
}
// The toplevel remains mapped.
- resize_grab::handle_commit(&window);
self.monitor_set.update_window(&window);
self.queue_redraw(output);