Remove TIZEN_DEPRECATED_TYPE 42/83942/1
authorByungWoo Lee <bw1212.lee@samsung.com>
Tue, 16 Aug 2016 01:58:48 +0000 (10:58 +0900)
committerByungWoo Lee <bw1212.lee@samsung.com>
Tue, 16 Aug 2016 01:58:48 +0000 (10:58 +0900)
Change-Id: I6decf91406bc97d3b7f53fe55bb406d6fbeac913

include/tizen.h

index 88f42c7..f84d8e6 100755 (executable)
 #              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