Update of /cvsroot/alsa/alsa-lib/src/pcm
In directory sc8-pr-cvs1:/tmp/cvs-serv21928

Modified Files:
        pcm_dmix.c 
Log Message:
Removed unused variable

Index: pcm_dmix.c
===================================================================
RCS file: /cvsroot/alsa/alsa-lib/src/pcm/pcm_dmix.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- pcm_dmix.c  18 Mar 2003 17:08:39 -0000      1.28
+++ pcm_dmix.c  18 Mar 2003 17:41:10 -0000      1.29
@@ -3,11 +3,11 @@
  * \ingroup PCM_Plugins
  * \brief PCM Direct Stream Mixing (dmix) Plugin Interface
  * \author Jaroslav Kysela <[EMAIL PROTECTED]>
- * \date 2002
+ * \date 2003
  */
 /*
  *  PCM - Direct Stream Mixing
- *  Copyright (c) 2000 by Jaroslav Kysela <[EMAIL PROTECTED]>
+ *  Copyright (c) 2003 by Jaroslav Kysela <[EMAIL PROTECTED]>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
@@ -94,7 +94,6 @@
 };
 
 typedef struct {
-       int owners;             /* count of all owners */
        char socket_name[256];  /* name of communication socket */
        snd_pcm_type_t type;    /* PCM type (currently only hw) */
        snd_pcm_hw_params_t hw_params;



-------------------------------------------------------
This SF.net email is sponsored by: Does your code think in ink? 
You could win a Tablet PC. Get a free Tablet PC hat just for playing. 
What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to