From cbee3d79f71772e60bad33461cc7a6c48863f324 Mon Sep 17 00:00:00 2001 From: ByungWoo Lee Date: Tue, 16 Aug 2016 10:58:48 +0900 Subject: [PATCH] Remove TIZEN_DEPRECATED_TYPE Change-Id: I6decf91406bc97d3b7f53fe55bb406d6fbeac913 --- include/tizen.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/include/tizen.h b/include/tizen.h index 88f42c7..f84d8e6 100755 --- a/include/tizen.h +++ b/include/tizen.h @@ -30,13 +30,5 @@ # define TIZEN_DEPRECATED_API # endif #endif - -#ifndef TIZEN_DEPRECATED_TYPE -# ifdef TIZEN_DEPRECATION -# define TIZEN_DEPRECATED_TYPE __attribute__((deprecated)) -# else -# define TIZEN_DEPRECATED_TYPE -# endif -#endif - + #endif // __TIZEN_H__ \ No newline at end of file -- 2.7.4