[gnome-music/wip/mschraal/playlistcontrols-disable-play-on-empty: 2/2] playlistcontrols: Minor cleanups



commit 5edd36f7a3b9e2de309ba1eb2c9eb1ba5e7f942e
Author: Marinus Schraal <mschraal gnome org>
Date:   Fri Jan 3 21:35:30 2020 +0100

    playlistcontrols: Minor cleanups
    
    * Remove __repr__
    * Remove unused template assignment

 gnomemusic/widgets/playlistcontrols.py | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/gnomemusic/widgets/playlistcontrols.py b/gnomemusic/widgets/playlistcontrols.py
index 88ad89ab..8b3a25b3 100644
--- a/gnomemusic/widgets/playlistcontrols.py
+++ b/gnomemusic/widgets/playlistcontrols.py
@@ -41,10 +41,6 @@ class PlaylistControls(Gtk.Grid):
     _rename_entry = Gtk.Template.Child()
     _rename_done_button = Gtk.Template.Child()
     _songs_count_label = Gtk.Template.Child()
-    _menubutton = Gtk.Template.Child()
-
-    def __repr__(self):
-        return '<PlaylistControls>'
 
     def __init__(self, application):
         """Initialize


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]