[gnome-music/wip/mschraal/core: 67/164] albumwidget2: cleanup



commit 968b69f68ea083e3565f9e9e41ef4c8b4b87d274
Author: Marinus Schraal <mschraal gnome org>
Date:   Thu Jun 6 08:46:05 2019 +0200

    albumwidget2: cleanup

 gnomemusic/widgets/albumwidget2.py | 18 ------------------
 1 file changed, 18 deletions(-)
---
diff --git a/gnomemusic/widgets/albumwidget2.py b/gnomemusic/widgets/albumwidget2.py
index 8014444f..279a35d1 100644
--- a/gnomemusic/widgets/albumwidget2.py
+++ b/gnomemusic/widgets/albumwidget2.py
@@ -103,24 +103,6 @@ class AlbumWidget2(Gtk.EventBox):
 
         return disc_box
 
-        # song.bind_property(
-        #     "favorite", song_widget, "favorite",
-        #     GObject.BindingFlags.BIDIRECTIONAL
-        #     | GObject.BindingFlags.SYNC_CREATE)
-        # song.bind_property(
-        #     "selected", song_widget, "selected",
-        #     GObject.BindingFlags.BIDIRECTIONAL
-        #     | GObject.BindingFlags.SYNC_CREATE)
-
-        # self.bind_property(
-        #     "selection-mode", song_widget, "selection-mode")
-
-        # song.connect("notify::selected", self._on_selection_changed)
-
-        # self._set_duration_label()
-
-        # return song_widget
-
     @log
     def _set_composer_label(self, album):
         composer = album.get_composer()


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