[gnome-music/wip/mschraal/playlistcontrols-actions-rework: 7/16] playlistcontrols: Minor cleanups
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/playlistcontrols-actions-rework: 7/16] playlistcontrols: Minor cleanups
- Date: Tue, 7 Jan 2020 11:07:29 +0000 (UTC)
commit a1f1093fe8727b79122db53b6aef897764a2a1e9
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 9104f760..c4f915b6 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]