From: cedric Date: Sun, 17 Jul 2011 21:39:26 +0000 (+0000) Subject: emotion: remove useless code. X-Git-Tag: 2.0_alpha~174 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e09abd51c69da82ac3e180b2af2a3bc53495d6b;p=framework%2Fuifw%2Femotion.git emotion: remove useless code. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@61453 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/emotion_smart.c b/src/lib/emotion_smart.c index 3c1f3af..986e3d1 100644 --- a/src/lib/emotion_smart.c +++ b/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