diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2011-07-17 21:39:26 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2011-07-17 21:39:26 +0000 |
commit | 0f1f6bfe1861c83b6fb958e131e3a5401d8a30dc (patch) | |
tree | c4fcdd3091924790c4a3709304b997b9d349a5d2 /legacy/emotion/src/lib/emotion_smart.c | |
parent | dad10a507f2f1da8dee4ad358f29adca42e6c010 (diff) |
emotion: remove useless code.
SVN revision: 61453
Diffstat (limited to '')
-rw-r--r-- | legacy/emotion/src/lib/emotion_smart.c | 8 |
1 files changed, 0 insertions, 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 * | |||
299 | 299 | ||
300 | E_SMART_OBJ_GET(sd, obj, E_OBJ_NAME); | 300 | E_SMART_OBJ_GET(sd, obj, E_OBJ_NAME); |
301 | if ((!opt) || (!val)) return; | 301 | if ((!opt) || (!val)) return; |
302 | if (!strcmp(opt, "video")) | ||
303 | { | ||
304 | if (!strcmp(val, "off")) sd->module_options.no_video = EINA_TRUE; | ||
305 | } | ||
306 | else if (!strcmp(opt, "audio")) | ||
307 | { | ||
308 | if (!strcmp(val, "off")) sd->module_options.no_audio = EINA_TRUE; | ||
309 | } | ||
310 | } | 302 | } |
311 | 303 | ||
312 | EAPI Eina_Bool | 304 | EAPI Eina_Bool |