]> CRI, Mines Paris - PSL - minwii.git/blobdiff - src/app/widgets/playingscreen.py
implémentation de l'attribut distinctNotes
[minwii.git] / src / app / widgets / playingscreen.py
index f699a56dff789e28f8da505d49889aaad3715533..9aeef24004bfec784c9636c2891f77a998856dd9 100755 (executable)
@@ -142,13 +142,6 @@ class SongPlayingScreen(_PlayingScreenBase) :
     def __init__(self, song) :
         super(SongPlayingScreen, self).__init__(song.distinctNotes)
         self.song = song
-
-class SongPlayingScreenTest(_PlayingScreenBase) :
-    def __init__(self) :
-        class C:pass
-        o = C()
-        o.midi=1
-        super(SongPlayingScreenTest, self).__init__([o])
     
 
 class Column(pygame.sprite.DirtySprite, EventHandlerMixin) :