kill useless children

This commit is contained in:
Erica Z 2024-10-13 08:08:34 +00:00
parent 2f2e591584
commit 81b9acca6a

View file

@ -11,7 +11,6 @@ class Window : Adw.ApplicationWindow {
public bool playing { get; private set; default = false; }
[GtkChild] private unowned Gtk.Scale play_position;
public int64 position { get; private set; }
public double volume {
@ -28,7 +27,6 @@ class Window : Adw.ApplicationWindow {
private Cancellable cancel_loading_art;
public bool cover_art_loading { get; set; default = false; }
public Gdk.Paintable playing_cover_art { get; set; }
private Gdk.Paintable next_cover_art;
internal Playbin playbin { get; default = new Playbin (); }