Remove outdated refrence to mopidy.utils.process.GObjectEventThread

This commit is contained in:
Thomas Adamcik 2011-07-17 03:16:48 +02:00
parent 0f976fe4e0
commit bc6162ca05

View File

@ -43,9 +43,6 @@ class GStreamer(ThreadingActor):
self._handlers = {}
def on_start(self):
# **Warning:** :class:`GStreamer` requires
# :class:`mopidy.utils.process.GObjectEventThread` to be running. This
# is not enforced by :class:`GStreamer` itself.
self._setup_pipeline()
self._setup_outputs()
self._setup_message_processor()