From: Jaroslav Kysela Date: Tue, 18 Mar 2003 17:41:10 +0000 (+0000) Subject: Removed unused variable X-Git-Tag: v1.0.3~200 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=ad49e473ec4c2b4822849f6f01db60af658ee6a2;p=alsa-lib.git Removed unused variable --- diff --git a/src/pcm/pcm_dmix.c b/src/pcm/pcm_dmix.c index 7a9d79a7..c01686da 100644 --- a/src/pcm/pcm_dmix.c +++ b/src/pcm/pcm_dmix.c @@ -3,11 +3,11 @@ * \ingroup PCM_Plugins * \brief PCM Direct Stream Mixing (dmix) Plugin Interface * \author Jaroslav Kysela - * \date 2002 + * \date 2003 */ /* * PCM - Direct Stream Mixing - * Copyright (c) 2000 by Jaroslav Kysela + * Copyright (c) 2003 by Jaroslav Kysela * * * 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;