diff --git a/mopidy/gstreamer.py b/mopidy/gstreamer.py index 166c487e..43c5ea2b 100644 --- a/mopidy/gstreamer.py +++ b/mopidy/gstreamer.py @@ -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()