Fix unused var warning in emotion.

This commit is contained in:
Guillaume Friloux 2014-05-30 14:37:42 +02:00
parent 5d053c7549
commit 4f7bab2134
1 changed files with 1 additions and 2 deletions

View File

@ -259,9 +259,8 @@ _emotion_eeze_events(const char *syspath,
static void
_emotion_enumerate_all_webcams(void)
{
Eina_List *devices;
#ifdef HAVE_EEZE
Eina_List *devices;
if (_emotion_webcams->init) return ;
devices = eeze_udev_find_by_type(EEZE_UDEV_TYPE_V4L, NULL);