Remove unused product codes 15/236115/3 accepted/tizen/unified/20200624.130220 submit/tizen/20200622.022343 submit/tizen/20200623.070108
authorhj kim <backto.kim@samsung.com>
Mon, 15 Jun 2020 04:07:36 +0000 (13:07 +0900)
committerhj kim <backto.kim@samsung.com>
Mon, 15 Jun 2020 07:23:43 +0000 (16:23 +0900)
Change-Id: I4bb806e59bd4ee10220e428ffc56e0397ade6ebf

include/media_info_private.h [changed mode: 0755->0644]
include_product/media_info_private.h [changed mode: 0755->0644]
include_product/media_util_private.h [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index c0baaef..865af4b
@@ -568,7 +568,7 @@ int _media_filter_build_option(filter_h filter, char **result);
 
 #define content_retip_if_fail(expr) do { \
                        if (!(expr)) { \
-                               LOGE(FONT_COLOR_RED"[%ld] Invalid [%s]"FONT_COLOR_RESET, media_content_gettid(), #expr);        \
+                               LOGE(FONT_COLOR_RED"[%ld] Invalid [%s]"FONT_COLOR_RESET, media_content_gettid(), #expr); \
                                return MEDIA_CONTENT_ERROR_INVALID_PARAMETER; \
                        } \
                } while (0)
old mode 100755 (executable)
new mode 100644 (file)
index b96a6aa..c0f47e5
@@ -75,8 +75,6 @@ extern "C" {
 #define MEDIA_CONTENT_UUID_SIZE        36
 #define BATCH_REQUEST_MAX 300
 
-#define EMPTY_STR ""
-
 typedef enum {
        MEDIA_INFO_UUID = 0,
        MEDIA_INFO_PATH,
@@ -135,12 +133,6 @@ typedef enum {
 } media_info_item_e;
 
 typedef enum {
-       MEDIA_CONTENT_TYPE = 0,
-       MEDIA_THUMBNAIL_TYPE,
-       MEDIA_REGISTER_TYPE
-} media_info_error_type_e;
-
-typedef enum {
        MEDIA_TAG_ADD,
        MEDIA_TAG_REMOVE,
        MEDIA_TAG_UPDATE_TAG_NAME,
@@ -231,11 +223,6 @@ typedef struct {
        media_content_orientation_e orientation;
 } image_meta_s;
 
-typedef struct _image_mm_meta_s {
-       int width;
-       int height;
-} image_mm_meta_s;
-
 typedef struct {
        char *media_id;
        char *album;
@@ -821,18 +808,10 @@ GMutex* _content_get_db_mutex(void);
                        LOGE(FONT_COLOR_RED"[%ld]"fmt""FONT_COLOR_RESET, media_content_gettid(), ##arg);     \
                } while (0)
 
-#define content_debug_func() do { \
-                       LOGD(FONT_COLOR_RESET"[%ld]", media_content_gettid());     \
-               } while (0)
-
 #define content_sec_debug(fmt, arg...) do { \
                        SECURE_LOGD(FONT_COLOR_CYAN"[%ld]"fmt""FONT_COLOR_RESET, media_content_gettid(), ##arg);     \
                } while (0)
 
-#define content_sec_warn(fmt, arg...) do { \
-                       SECURE_LOGW(FONT_COLOR_RED"[%ld]"fmt""FONT_COLOR_RESET, media_content_gettid(), ##arg);     \
-               } while (0)
-
 #define content_sec_error(fmt, arg...) do { \
                        SECURE_LOGE(FONT_COLOR_RED"[%ld]"fmt""FONT_COLOR_RESET, media_content_gettid(), ##arg);     \
                } while (0)
old mode 100755 (executable)
new mode 100644 (file)
index 5aa639e..df08f76
@@ -24,7 +24,7 @@ extern "C" {
 #endif /* __cplusplus */
 
 #include <stdbool.h>
-#include <media_content_type.h>
+
 
 /**
  *@internal