OSDN Git Service

Removed unused variable
authorJaroslav Kysela <perex@perex.cz>
Tue, 18 Mar 2003 17:41:10 +0000 (17:41 +0000)
committerJaroslav Kysela <perex@perex.cz>
Tue, 18 Mar 2003 17:41:10 +0000 (17:41 +0000)
src/pcm/pcm_dmix.c

index 7a9d79a..c01686d 100644 (file)
@@ -3,11 +3,11 @@
  * \ingroup PCM_Plugins
  * \brief PCM Direct Stream Mixing (dmix) Plugin Interface
  * \author Jaroslav Kysela <perex@suse.cz>
- * \date 2002
+ * \date 2003
  */
 /*
  *  PCM - Direct Stream Mixing
- *  Copyright (c) 2000 by Jaroslav Kysela <perex@suse.cz>
+ *  Copyright (c) 2003 by Jaroslav Kysela <perex@suse.cz>
  *
  *
  *   This library is free software; you can redistribute it and/or modify
@@ -94,7 +94,6 @@ struct slave_params {
 };
 
 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;