chore: Remove unused imports

This commit is contained in:
Fabio Lenherr / DashieTM 2023-11-13 10:31:53 +01:00
parent e3b95d7540
commit a62288be07
15 changed files with 11 additions and 37 deletions

View file

@ -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 {}