*** empty log message ***

This commit is contained in:
Mike Goslin 2001-03-06 18:20:06 +00:00
parent 19be85d57b
commit 428dff7eaa
2 changed files with 1 additions and 5 deletions

View File

@ -14,10 +14,6 @@ class SoundInterval(Interval):
"""
self.sound = sound
duration = self.sound.length()
if (duration == 0.0):
Interval.notify.warning(
'SoundInterval(): zero length sound - setting duration = 1.0')
duration = 1.0
self.loop = loop
self.isPlaying = 0
if (name == None):