From 7517f56335128e279a36a5d9336a4d5d790b32d6 Mon Sep 17 00:00:00 2001
From: pin <pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Date: Fri, 5 Mar 2010 15:54:43 +0000
Subject: [PATCH 1/1] retrait code de test.

git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@70 fe552daf-6dbe-4428-90eb-1537e0879342
---
 src/app/widgets/playingscreen.py | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/app/widgets/playingscreen.py b/src/app/widgets/playingscreen.py
index f699a56..9aeef24 100755
--- a/src/app/widgets/playingscreen.py
+++ b/src/app/widgets/playingscreen.py
@@ -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) :
-- 
2.20.1