edje: no case is defined for Preprocessor Flag "EDJE_EXTRA_MODULE_NAME". So removing...
authorPrince Kumar Dubey <prince.dubey@samsung.com>
Fri, 13 Oct 2017 19:04:35 +0000 (12:04 -0700)
committerCedric Bail <cedric@osg.samsung.com>
Fri, 13 Oct 2017 19:04:38 +0000 (12:04 -0700)
Reviewers: raster, cedric

Subscribers: rajeshps, jpeg

Differential Revision: https://phab.enlightenment.org/D5298

Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
src/lib/edje/edje_module.c

index 80ae9c7..318393d 100644 (file)
@@ -165,11 +165,7 @@ edje_available_modules_get(void)
 
         EINA_ITERATOR_FOREACH(it, info)
           {
-             eina_strbuf_append_printf(buf, "%s/%s/" EDJE_MODULE_NAME, info->path, MODULE_ARCH
-#ifdef EDJE_EXTRA_MODULE_NAME
-                                       , info->path + info->name_start
-#endif
-                                       );
+             eina_strbuf_append_printf(buf, "%s/%s/" EDJE_MODULE_NAME, info->path, MODULE_ARCH);
 
              if (ecore_file_exists(eina_strbuf_string_get(buf)))
                result = eina_list_append(result, eina_stringshare_add(info->path + info->name_start));