mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-01 15:57:46 +02:00
chore: Remove unused imports
This commit is contained in:
parent
e3b95d7540
commit
a62288be07
15 changed files with 11 additions and 37 deletions
|
@ -3,7 +3,6 @@ use adw::glib::Object;
|
|||
use glib::subclass::prelude::ObjectSubclassIsExt;
|
||||
use glib::Variant;
|
||||
use gtk::prelude::ActionableExt;
|
||||
use crate::components::base::listEntry::ListEntry;
|
||||
use crate::components::output::audioBoxImpl;
|
||||
|
||||
glib::wrapper! {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
use gtk::{CompositeTemplate, DropDown, TemplateChild, glib, Button};
|
||||
use gtk::{CompositeTemplate, DropDown, TemplateChild, glib};
|
||||
use gtk::prelude::*;
|
||||
use gtk::subclass::prelude::*;
|
||||
use crate::components::output::audioBox;
|
||||
|
@ -50,4 +50,4 @@ impl WidgetImpl for AudioBox {}
|
|||
|
||||
impl WindowImpl for AudioBox {}
|
||||
|
||||
impl ApplicationWindowImpl for AudioBox {}
|
||||
impl ApplicationWindowImpl for AudioBox {}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
use gtk::{Button, CompositeTemplate, glib, Image, Label, ProgressBar, Scale};
|
||||
use gtk::{Button, CompositeTemplate, glib, Label, ProgressBar, Scale};
|
||||
use gtk::subclass::prelude::*;
|
||||
use crate::components::output::audioSource;
|
||||
|
||||
|
@ -37,4 +37,4 @@ impl BoxImpl for AudioSourceEntry {}
|
|||
|
||||
impl ObjectImpl for AudioSourceEntry {}
|
||||
|
||||
impl WidgetImpl for AudioSourceEntry {}
|
||||
impl WidgetImpl for AudioSourceEntry {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue