aboutsummaryrefslogtreecommitdiff
path: root/src/dbus
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-02-22 14:04:18 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-02-22 14:04:18 +0400
commitaf6485cd8c85665b15ef8d2c812da17604ca4e32 (patch)
tree25342f9f4da55b891b1e996ed99ead4dba07a662 /src/dbus
parentf32a25eefefa23a0849a8f3c2710bcfd4fd8d5a0 (diff)
downloadniri-af6485cd8c85665b15ef8d2c812da17604ca4e32.tar.gz
niri-af6485cd8c85665b15ef8d2c812da17604ca4e32.tar.bz2
niri-af6485cd8c85665b15ef8d2c812da17604ca4e32.zip
Fix new warnings
Diffstat (limited to 'src/dbus')
-rw-r--r--src/dbus/gnome_shell_screenshot.rs1
-rw-r--r--src/dbus/mod.rs1
-rw-r--r--src/dbus/mutter_screen_cast.rs1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/dbus/gnome_shell_screenshot.rs b/src/dbus/gnome_shell_screenshot.rs
index fbf3bc1f..61121990 100644
--- a/src/dbus/gnome_shell_screenshot.rs
+++ b/src/dbus/gnome_shell_screenshot.rs
@@ -1,6 +1,5 @@
use std::path::PathBuf;
-use smithay::reexports::calloop;
use zbus::dbus_interface;
use zbus::fdo::{self, RequestNameFlags};
diff --git a/src/dbus/mod.rs b/src/dbus/mod.rs
index 78b6004b..75d6da16 100644
--- a/src/dbus/mod.rs
+++ b/src/dbus/mod.rs
@@ -1,4 +1,3 @@
-use smithay::reexports::calloop;
use zbus::blocking::Connection;
use zbus::Interface;
diff --git a/src/dbus/mutter_screen_cast.rs b/src/dbus/mutter_screen_cast.rs
index f986442c..151a1c89 100644
--- a/src/dbus/mutter_screen_cast.rs
+++ b/src/dbus/mutter_screen_cast.rs
@@ -5,7 +5,6 @@ use std::sync::{Arc, Mutex};
use serde::Deserialize;
use smithay::output::Output;
-use smithay::reexports::calloop;
use zbus::fdo::RequestNameFlags;
use zbus::zvariant::{DeserializeDict, OwnedObjectPath, SerializeDict, Type, Value};
use zbus::{dbus_interface, fdo, InterfaceRef, ObjectServer, SignalContext};