From 3b21b7bf7d26978041ed49d7d3c7d4ce95a381fa Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 8 Jun 2011 02:28:41 +0200 Subject: [PATCH] This is kind of redundant --- mopidy/frontends/mpd/server.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mopidy/frontends/mpd/server.py b/mopidy/frontends/mpd/server.py index 980e497d..62e443fb 100644 --- a/mopidy/frontends/mpd/server.py +++ b/mopidy/frontends/mpd/server.py @@ -14,9 +14,6 @@ class MpdServer(asyncore.dispatcher): for each client connection. """ - def __init__(self): - asyncore.dispatcher.__init__(self) - def start(self): """Start MPD server.""" try: