[gnome-music/wip/mschraal/core: 80/164] coremodel: Minor cleanup



commit 818722754d73f6cc4c075dbd1274f58accfb6d78
Author: Marinus Schraal <mschraal gnome org>
Date:   Thu Jun 20 16:54:59 2019 +0200

    coremodel: Minor cleanup

 gnomemusic/coremodel.py | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/gnomemusic/coremodel.py b/gnomemusic/coremodel.py
index db50e401..6d097a4d 100644
--- a/gnomemusic/coremodel.py
+++ b/gnomemusic/coremodel.py
@@ -47,7 +47,6 @@ class CoreModel(GObject.GObject):
     def __init__(self):
         super().__init__()
 
-        self._test = Gfm.FilterListModel()
         self._model = Gio.ListStore.new(CoreSong)
 
         self._album_model = Gio.ListStore()


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