docs: Remove default config from audio class

This commit is contained in:
Stein Magnus Jodal 2013-04-12 01:31:52 +02:00
parent 3280f04132
commit bfceb45609

View File

@ -26,15 +26,6 @@ MB = 1 << 20
class Audio(pykka.ThreadingActor):
"""
Audio output through `GStreamer <http://gstreamer.freedesktop.org/>`_.
**Default config:**
.. code-block:: ini
[audio]
mixer = autoaudiomixer
mixer_track =
output = autoaudiosink
"""
#: The GStreamer state mapped to :class:`mopidy.audio.PlaybackState`