From 224a0d1247301eb318bba81679a5bb0d4620efee Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Mon, 4 Jul 2011 00:56:57 +0200 Subject: [PATCH] Remove on_recieve from frontend --- mopidy/frontends/mpd/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/mopidy/frontends/mpd/__init__.py b/mopidy/frontends/mpd/__init__.py index 00d60b00..d6ff0a86 100644 --- a/mopidy/frontends/mpd/__init__.py +++ b/mopidy/frontends/mpd/__init__.py @@ -37,9 +37,6 @@ class MpdFrontend(ThreadingActor): logger.info(u'MPD server running at [%s]:%s', hostname, port) - def on_receive(self, message): - pass # Ignore state info that is sent to frontend. - def on_stop(self): process.stop_actors_by_class(MpdSession)