From 68a455d10c394c228c1eb71638ff3699e1b19edd Mon Sep 17 00:00:00 2001 From: Prince Kumar Dubey Date: Fri, 13 Oct 2017 12:09:08 -0700 Subject: [PATCH] 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 --- src/lib/ecore_audio/ecore_audio_alsa.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/ecore_audio/ecore_audio_alsa.c b/src/lib/ecore_audio/ecore_audio_alsa.c index b0f48c6..2496426 100644 --- a/src/lib/ecore_audio/ecore_audio_alsa.c +++ b/src/lib/ecore_audio/ecore_audio_alsa.c @@ -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); } -- 2.7.4