[gnome-music/wip/mschraal/core: 79/93] coremodel: Minor cleanup



commit 69bf6a4e938b9d2ca908889b8f120d1536a5d6a3
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]