Evas : remove tizen only code to fix build erros related to beta APIs 40/224840/2
authorYeongjong Lee <yj34.lee@samsung.com>
Thu, 13 Feb 2020 10:01:48 +0000 (19:01 +0900)
committerHermet Park <chuneon.park@samsung.com>
Thu, 13 Feb 2020 10:23:44 +0000 (10:23 +0000)
This reverts commit 5b5e498929b81a71d696ecfd5a016066286d88fc.

Change-Id: Idb42cb78d4d88204b8e756837c9bee6aa79d5b8c

src/lib/evas/Evas.h

index 20660f6..e00d1b3 100644 (file)
@@ -213,12 +213,9 @@ extern "C" {
 #ifndef EFL_NOLEGACY_API_SUPPORT
 #include <Evas_Legacy.h>
 #endif
-//TIZEN_ONLY(20190318): fix migration build errors related to beta APIs
-//#ifdef EFL_BETA_API_SUPPORT
-//#include <Evas_Eo.h>
-//#endif
+#ifdef EFL_BETA_API_SUPPORT
 #include <Evas_Eo.h>
-//
+#endif
 
 #ifdef __cplusplus
 }