From a4cfc1e4aa22c8206348379d0b69aa6aff83819e Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Thu, 18 Aug 2016 09:24:46 +0900 Subject: [PATCH] Remove unused code Change-Id: Ibf35dc9c6458b03b762a2cb333df5bc7c3d1abd0 Signed-off-by: Minje Ahn --- include/thumbnail_util_type.h | 5 ----- src/thumbnail_util.c | 1 - 2 files changed, 6 deletions(-) diff --git a/include/thumbnail_util_type.h b/include/thumbnail_util_type.h index b2008a3..b76a2a7 100755 --- a/include/thumbnail_util_type.h +++ b/include/thumbnail_util_type.h @@ -25,11 +25,6 @@ extern "C" { #endif /* __cplusplus */ - -#ifndef DEPRECATED_API -#define DEPRECATED_API __attribute__ ((deprecated)) -#endif - /** * @file thumbnail_util_type.h * @brief This file contains API related to thumbnail_util enumerations for classes of errors. \n diff --git a/src/thumbnail_util.c b/src/thumbnail_util.c index b009888..95ef49f 100755 --- a/src/thumbnail_util.c +++ b/src/thumbnail_util.c @@ -66,7 +66,6 @@ void __thumbnail_util_extract_completed_cb(int error, int request_id, const char char *request_id_str = NULL; if (_thumb_cb != NULL) { - /*media_content_debug("error [%d], thumbnail_size [%d]", error, thumb_size); */ __thumbnail_util_convert_itoa(request_id, &request_id_str); if (_thumb_cb->thumb_extract_cb) _thumb_cb->thumb_extract_cb(error, request_id_str, thumb_width, thumb_height, thumb_data, thumb_size, _thumb_cb->user_data); -- 2.34.1