Mercurial > audlegacy
diff src/audacious/objects.xml @ 4604:51d82bf6ba63
Use a define (AUD_EQUALIZER_NBANDS) instead of magic value 10 everywhere.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Wed, 04 Jun 2008 22:27:06 +0300 |
parents | b5ee3a4a8e3b |
children | c9b0da38d07d |
line wrap: on
line diff
--- a/src/audacious/objects.xml Wed Jun 04 22:05:50 2008 +0300 +++ b/src/audacious/objects.xml Wed Jun 04 22:27:06 2008 +0300 @@ -473,7 +473,6 @@ <!-- equalizer --> <method name="GetEq"> - <annotation name="org.freedesktop.DBus.GLib.NoReply" value=""/> <arg type="d" direction="out" name="preamp"/> <arg type="ad" direction="out" name="bands"/> </method>