From: ByungWoo Lee Date: Tue, 16 Aug 2016 01:58:48 +0000 (+0900) Subject: Remove TIZEN_DEPRECATED_TYPE X-Git-Tag: accepted/tizen/common/20160816.130206~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cbee3d79f71772e60bad33461cc7a6c48863f324;p=platform%2Fcore%2Fapi%2Fcommon.git Remove TIZEN_DEPRECATED_TYPE Change-Id: I6decf91406bc97d3b7f53fe55bb406d6fbeac913 --- 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