From 2d797edc2f7435b9642ca2ff85e48da1fdecf456 Mon Sep 17 00:00:00 2001 From: Shilpa Singh Date: Wed, 21 Sep 2016 09:35:29 +0530 Subject: [PATCH] [ATSPI]: Implicit declaration of function elm_atspi_bridge_utils_say, issue fix. Change-Id: I96f4a83f53d2017a7a12051f195b3e1382c488ac Signed-off-by: Shilpa Singh --- src/lib/elm_atspi_bridge.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/elm_atspi_bridge.h b/src/lib/elm_atspi_bridge.h index d04f994..b9b4e10 100644 --- a/src/lib/elm_atspi_bridge.h +++ b/src/lib/elm_atspi_bridge.h @@ -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 -- 2.7.4