=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/conf.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/usr.bin/aucat/Attic/conf.h 2010/01/10 21:47:41 1.12 +++ src/usr.bin/aucat/Attic/conf.h 2010/04/03 17:40:33 1.13 @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.12 2010/01/10 21:47:41 ratchov Exp $ */ +/* $OpenBSD: conf.h,v 1.13 2010/04/03 17:40:33 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -29,19 +29,6 @@ */ extern int debug_level; #endif - -/* - * Number of blocks in the device play/record buffers. Because Sun API - * cannot notify apps of the current positions, we have to use all N - * buffers devices blocks plus one extra block, to make write() block, - * so that poll() can return the exact postition. - */ -#define DEV_NBLK 2 - -/* - * Number of blocks in the wav-file i/o buffers. - */ -#define WAV_NBLK 6 /* * socket and option names