diff --git a/mopidy/audio/actor.py b/mopidy/audio/actor.py index 5d92f3c4..af0a0c68 100644 --- a/mopidy/audio/actor.py +++ b/mopidy/audio/actor.py @@ -26,15 +26,6 @@ MB = 1 << 20 class Audio(pykka.ThreadingActor): """ Audio output through `GStreamer `_. - - **Default config:** - - .. code-block:: ini - - [audio] - mixer = autoaudiomixer - mixer_track = - output = autoaudiosink """ #: The GStreamer state mapped to :class:`mopidy.audio.PlaybackState`