From 395019e857b3028878a155aa54b8a6157bc59881 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 9 Jul 2014 21:18:20 +0200 Subject: [PATCH] swmixer: Remove unused attribute --- mopidy/softwaremixer/mixer.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mopidy/softwaremixer/mixer.py b/mopidy/softwaremixer/mixer.py index b489730f..a589ff76 100644 --- a/mopidy/softwaremixer/mixer.py +++ b/mopidy/softwaremixer/mixer.py @@ -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')