From 0f1f6bfe1861c83b6fb958e131e3a5401d8a30dc Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Sun, 17 Jul 2011 21:39:26 +0000 Subject: [PATCH] emotion: remove useless code. SVN revision: 61453 --- legacy/emotion/src/lib/emotion_smart.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/legacy/emotion/src/lib/emotion_smart.c b/legacy/emotion/src/lib/emotion_smart.c index 3c1f3afcdf..986e3d1013 100644 --- a/legacy/emotion/src/lib/emotion_smart.c +++ b/legacy/emotion/src/lib/emotion_smart.c @@ -299,14 +299,6 @@ emotion_object_module_option_set(Evas_Object *obj, const char *opt, const char * E_SMART_OBJ_GET(sd, obj, E_OBJ_NAME); if ((!opt) || (!val)) return; - if (!strcmp(opt, "video")) - { - if (!strcmp(val, "off")) sd->module_options.no_video = EINA_TRUE; - } - else if (!strcmp(opt, "audio")) - { - if (!strcmp(val, "off")) sd->module_options.no_audio = EINA_TRUE; - } } EAPI Eina_Bool