elm: atspi: Implicit declaration of function elm_atspi_bridge_utils_say, issue fix.
authorShilpa Singh <shilpa.singh@samsung.com>
Wed, 29 Nov 2017 14:47:26 +0000 (20:17 +0530)
committerJiyoun Park <jy0703.park@samsung.com>
Thu, 21 Dec 2017 10:41:07 +0000 (19:41 +0900)
Change-Id: I9bc6e2582351c09722f439d236f5daccd4a34f27

src/lib/elementary/elm_atspi_bridge.h

index d04f994..b9b4e10 100644 (file)
@@ -1,5 +1,3 @@
-#ifdef EFL_BETA_API_SUPPORT
-#ifdef EFL_EO_API_SUPPORT
 #include "elm_atspi_bridge.eo.h"
 //TIZEN_ONLY(20160527) - Add direct reading feature
 typedef void (*Elm_Atspi_Say_Signal_Cb)(void *data, const char *say_signal);
@@ -8,8 +6,6 @@ EAPI void elm_atspi_bridge_utils_say(const char* text,
                                      const Elm_Atspi_Say_Signal_Cb func,
                                      const void *data);
 //
-#endif
 #ifndef EFL_NOLEGACY_API_SUPPORT
 #include "elm_atspi_bridge.eo.legacy.h"
 #endif
-#endif