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,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