ecore_audio: unused variables are removed to fix warning.
authorPrince Kumar Dubey <prince.dubey@samsung.com>
Fri, 13 Oct 2017 19:09:08 +0000 (12:09 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Fri, 13 Oct 2017 19:09:12 +0000 (12:09 -0700)
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>
src/lib/ecore_audio/ecore_audio_alsa.c

index b0f48c6..2496426 100644 (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);
 }