Mercurial > audlegacy-plugins
changeset 1186:e0956f08bfb7 trunk
exclude unused variables to suppress warning.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Sat, 16 Jun 2007 17:06:39 +0900 |
parents | 6d749f573b3b |
children | 875baf383f0c |
files | src/jack/jack.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/jack/jack.c Sat Jun 16 16:59:53 2007 +0900 +++ b/src/jack/jack.c Sat Jun 16 17:06:39 2007 +0900 @@ -429,10 +429,12 @@ void jack_write(gpointer ptr, gint length) { long written; +#if 0 EffectPlugin *ep; AFormat new_format; int new_frequency, new_channels; long positionMS; +#endif TRACE("starting length of %d\n", length);