[gnome-music/wip/jfelder/gstplayer-no-playlists: 1/2] gstplayler: Remove unused variable playlists



commit f2b7fbc0dc9bf09b8edad24243e657ca3452fe24
Author: Jean Felder <jfelder src gnome org>
Date:   Fri Apr 26 16:49:32 2019 +0200

    gstplayler: Remove unused variable playlists

 gnomemusic/gstplayer.py | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/gnomemusic/gstplayer.py b/gnomemusic/gstplayer.py
index 346331e5..9f56510f 100644
--- a/gnomemusic/gstplayer.py
+++ b/gnomemusic/gstplayer.py
@@ -33,10 +33,8 @@ gi.require_version('GstPbutils', '1.0')
 from gi.repository import Gtk, Gio, GObject, Gst, GstAudio, GstPbutils
 
 from gnomemusic import log
-from gnomemusic.playlists import Playlists
 
 logger = logging.getLogger(__name__)
-playlists = Playlists.get_default()
 
 
 class Playback(IntEnum):


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