swmixer: Remove unused attribute

This commit is contained in:
Stein Magnus Jodal 2014-07-09 21:18:20 +02:00
parent 64ecd7643a
commit 395019e857

View File

@ -16,7 +16,6 @@ class SoftwareMixer(pykka.ThreadingActor, mixer.Mixer):
def __init__(self, config, audio):
super(SoftwareMixer, self).__init__()
self.config = config
self.audio = audio
logger.info('Mixing using GStreamer software mixing')