mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-12-15 10:01:39 +01:00
chore: Remove unused imports
This commit is contained in:
parent
e3b95d7540
commit
a62288be07
15 changed files with 11 additions and 37 deletions
|
|
@ -1,17 +1,8 @@
|
|||
use std::cell::RefCell;
|
||||
use std::sync::Arc;
|
||||
|
||||
use adw::subclass::prelude::{ActionRowImpl, PreferencesRowImpl};
|
||||
use adw::subclass::window::AdwWindowImpl;
|
||||
use gtk::gdk_pixbuf::subclass::prelude::{
|
||||
PixbufAnimationImpl, PixbufAnimationIterImpl, PixbufLoaderImpl,
|
||||
};
|
||||
use gtk::prelude::PopupExt;
|
||||
use gtk::subclass::prelude::*;
|
||||
use gtk::{
|
||||
gdk, glib, Button, CompositeTemplate, Entry, EntryBuffer, Label, PasswordEntry,
|
||||
PasswordEntryBuffer, Popover,
|
||||
};
|
||||
use gtk::{glib, Button, CompositeTemplate, Label, PasswordEntry, PasswordEntryBuffer, Popover};
|
||||
|
||||
use super::popup;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue