ecore_audio: unused variables are removed to fix warning.

Reviewers: raster, cedric

Reviewed By: cedric

Subscribers: rajeshps, jpeg

Differential Revision: https://phab.enlightenment.org/D5302

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
This commit is contained in:
Prince Kumar Dubey 2017-10-13 12:09:08 -07:00 committed by Cedric Bail
parent 71e62840e4
commit 68a455d10c
1 changed files with 0 additions and 4 deletions

View File

@ -103,10 +103,6 @@ recover:
static void
_alsa_output_add_input(Ecore_Audio_Object *output, Ecore_Audio_Object *input)
{
Ecore_Audio_Module *outmod = output->module;
Ecore_Audio_Module *inmod = input->module;
struct _Ecore_Audio_Alsa *alsa = (struct _Ecore_Audio_Alsa *)output->module_data;
ecore_timer_add(0.3, _alsa_output_async_cb, output);
}