Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Speak.activity/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'Speak.activity/activity.py')
-rwxr-xr-xSpeak.activity/activity.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Speak.activity/activity.py b/Speak.activity/activity.py
index 250c9a7..629219d 100755
--- a/Speak.activity/activity.py
+++ b/Speak.activity/activity.py
@@ -45,7 +45,6 @@ class SpeakActivity(activity.Activity):
self.connect( "notify::active", self._activeCb )
self.audio = audio.AudioGrab(datastore, self._jobject)
self.mouth = mouth.Mouth(self.audio)
- self.audio.set_wave_copy(self.mouth)
box = gtk.VBox(homogeneous=False)
box.pack_start(eyeBox, expand=False)