[elm_web] remove other type definition to fix build break 48/83648/1
authorThiep Ha <thiep.ha@samsung.com>
Fri, 12 Aug 2016 07:14:35 +0000 (16:14 +0900)
committerThiep Ha <thiep.ha@samsung.com>
Fri, 12 Aug 2016 07:16:50 +0000 (16:16 +0900)
The build break on mac os is caused by
bbc5c34da8caf0a7a7ab6d7077cc6171105b48b1.
This patch removes type definition to fix it.

@tizen_fix

Change-Id: I69c7137168693fed7a56c4610da554d941012ed2

src/edje_externals/modules.inc

index 221817b..1a03ed9 100644 (file)
@@ -33,4 +33,4 @@ DEFINE_TYPE(spinner)
 DEFINE_TYPE(thumb)
 DEFINE_TYPE(toolbar)
 DEFINE_TYPE(video)
-DEFINE_TYPE(web)
+//DEFINE_TYPE(web) // TIZEN ONLY (20160811) : elm_web is not supported in tizen