Mercurial > audlegacy
changeset 683:b57801a2a70f trunk
[svn] - Slay unused variables here.
author | nenolod |
---|---|
date | Sat, 25 Feb 2006 00:09:42 -0800 |
parents | e829f55336ab |
children | d991052592f6 |
files | Plugins/Input/adplug/adplug-xmms.cc |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Plugins/Input/adplug/adplug-xmms.cc Sat Feb 25 00:08:27 2006 -0800 +++ b/Plugins/Input/adplug/adplug-xmms.cc Sat Feb 25 00:09:42 2006 -0800 @@ -384,9 +384,7 @@ static CPlayer *factory(const std::string &filename, Copl *newopl) { - CPlayer *p; CPlayers::const_iterator i; - unsigned int j; dbg_printf("factory(\"%s\",opl): ", filename.c_str()); return CAdPlug::factory(filename, newopl, cfg.players);