From bc9f2d28fb2f24ae7780c2864ef917d1451e16c5 Mon Sep 17 00:00:00 2001 From: sezero Date: Wed, 21 Dec 2016 01:28:26 +0300 Subject: [PATCH] sound_dart.c: removed unused char *token; was possibly a remnant from times when those parm??? macros weren't introduced. --- src/sound_dart.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sound_dart.c b/src/sound_dart.c index 6bb6e26..6deb703 100644 --- a/src/sound_dart.c +++ b/src/sound_dart.c @@ -76,7 +76,6 @@ static int init(struct options *options) int flags; int i; MCI_AMP_OPEN_PARMS AmpOpenParms; - char *token; parm_init(parm); chkparm1("sharing", sharing = *token);