[gnome-music/wip/mschraal/playlistcontrols-actions-rework: 3/12] playlistcontrols: Minor cleanups
- From: Marinus Schraal <mschraal src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/mschraal/playlistcontrols-actions-rework: 3/12] playlistcontrols: Minor cleanups
- Date: Thu, 9 Jan 2020 14:37:53 +0000 (UTC)
commit 8d3666a772dfb343dfc244fd9eb9b8fa04f9db61
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]