summaryrefslogtreecommitdiff
path: root/usr.bin/sndiod/dsp.h
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2016-10-20 05:29:56 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2016-10-20 05:29:56 +0000
commit13902e64131603cee7d0c19a07feab8d8e71bbda (patch)
tree1582e263ea4d8e1d24bf87d291467ff1878bc1f9 /usr.bin/sndiod/dsp.h
parent872fe49a70d0b433e2613872cb5e696f6ebb112d (diff)
remove unused variables
Diffstat (limited to 'usr.bin/sndiod/dsp.h')
-rw-r--r--usr.bin/sndiod/dsp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/sndiod/dsp.h b/usr.bin/sndiod/dsp.h
index c61c0ed327e..e5647b23ceb 100644
--- a/usr.bin/sndiod/dsp.h
+++ b/usr.bin/sndiod/dsp.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dsp.h,v 1.5 2016/01/08 16:17:31 ratchov Exp $ */
+/* $OpenBSD: dsp.h,v 1.6 2016/10/20 05:29:55 ratchov Exp $ */
/*
* Copyright (c) 2012 Alexandre Ratchov <alex@caoua.org>
*
@@ -116,7 +116,6 @@ struct resamp {
adata_t ctx[NCHAN_MAX * RESAMP_NCTX];
unsigned int iblksz, oblksz;
int diff;
- int idelta, odelta; /* remainder of ipos/opos */
int nch;
};