diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-12-02 10:29:02 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2011-12-02 10:29:02 +0000 |
commit | 1c5445d72bfb44a1154e830f45e544e225e23f54 (patch) | |
tree | d6f58966c10f712fa3f5c26694af9b12eb0f34aa /usr.bin/aucat | |
parent | f644dc0199049be3771295e6860e80c124ce9fda (diff) |
remove unused 'reqrate' parameter
Diffstat (limited to 'usr.bin/aucat')
-rw-r--r-- | usr.bin/aucat/dev.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/aucat/dev.h b/usr.bin/aucat/dev.h index 79909acc759..df290043797 100644 --- a/usr.bin/aucat/dev.h +++ b/usr.bin/aucat/dev.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dev.h,v 1.32 2011/11/20 22:54:51 ratchov Exp $ */ +/* $OpenBSD: dev.h,v 1.33 2011/12/02 10:29:01 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -32,7 +32,6 @@ struct dev { struct aparams reqipar, reqopar; /* parameters */ unsigned reqbufsz; /* buffer size */ unsigned reqround; /* block size */ - unsigned reqrate; /* sample rate */ unsigned hold; /* hold the device open ? */ unsigned autovol; /* auto adjust playvol ? */ unsigned autostart; /* don't wait for MMC start */ |