emotion: remove useless code.

SVN revision: 61453
This commit is contained in:
Cedric BAIL 2011-07-17 21:39:26 +00:00
parent dad10a507f
commit 0f1f6bfe18
1 changed files with 0 additions and 8 deletions

View File

@ -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