From 061dd9b809fe1b2a6c0c19688eb6a9f384fe2dcf Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Sat, 3 Jun 2017 19:59:20 -0400 Subject: [PATCH] clean up --- soundLib.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/soundLib.py b/soundLib.py index 4f5f84a..79719fe 100644 --- a/soundLib.py +++ b/soundLib.py @@ -7,9 +7,6 @@ from collections import OrderedDict logger = logging.getLogger(__name__) -# TODO: figure out why we have buffer underruns -# TODO: why does the mixer segfault? (at least I think that's the cuprit) - class SoundEffect(mixer.Sound): def __init__(self, path, volume=None, loops=0): super().__init__(path)