kill useless children
This commit is contained in:
parent
2f2e591584
commit
81b9acca6a
1 changed files with 0 additions and 2 deletions
|
@ -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 (); }
|
||||
|
||||
|
|
Loading…
Reference in a new issue