another unused var

SVN revision: 64910
This commit is contained in:
Mike Blumenkrantz 2011-11-07 23:35:57 +00:00
parent bc6f8843a1
commit 986ff1bdd5
1 changed files with 1 additions and 2 deletions

View File

@ -491,10 +491,9 @@ e_mixer_pulse_get_mute(E_Mixer_System *self, E_Mixer_Channel *channel __UNUSED__
int
e_mixer_pulse_set_mute(E_Mixer_System *self, E_Mixer_Channel *channel __UNUSED__, int mute)
{
uint32_t idx, id;
uint32_t id;
Eina_Bool source = EINA_FALSE;
idx = pulse_sink_idx_get((void *)self);
source = !!eina_list_data_find(sources, self);
id = pulse_type_mute_set(conn, pulse_sink_idx_get((void *)self), mute, source);
if (!id) return 0;