Remove unused defines 53/130153/1 accepted/tizen/unified/20170522.184516 submit/tizen/20170522.012555 submit/tizen/20170522.021655 submit/tizen/20170522.022319 tizen_4.0.m1_release
authorHaejeong Kim <backto.kim@samsung.com>
Fri, 19 May 2017 08:30:56 +0000 (17:30 +0900)
committerHaejeong Kim <backto.kim@samsung.com>
Fri, 19 May 2017 08:30:56 +0000 (17:30 +0900)
Change-Id: Id9208dc86f215568710a6da19e9e3db960ca88a8

server/thumb-server-internal.c
src/include/util/media-thumb-util.h

index 333341c..35e87ba 100755 (executable)
@@ -29,6 +29,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <Ecore_Evas.h>
+#include <tzplatform_config.h>
 
 #ifdef LOG_TAG
 #undef LOG_TAG
index 1ee8384..f3771bc 100755 (executable)
@@ -20,7 +20,6 @@
  */
 
 #include "media-util.h"
-#include <tzplatform_config.h>
 
 #ifndef _MEDIA_THUMB_UTIL_H_
 #define _MEDIA_THUMB_UTIL_H_
@@ -39,11 +38,6 @@ typedef enum {
 #define THUMB_IMAGE_TYPE   0   /* Image */
 #define THUMB_VIDEO_TYPE   1   /* Video */
 
-#define THUMB_PHONE_PATH       tzplatform_mkpath(TZ_USER_SHARE, "media/.thumb/phone")
-#define THUMB_MMC_PATH         tzplatform_mkpath(TZ_USER_SHARE, "media/.thumb/mmc")
-
-#define THUMB_DEFAULT_PATH     tzplatform_mkpath(TZ_USER_SHARE, "media/.thumb/thumb_default.png")
-
 int _media_thumb_get_file_ext(const char *file_path, char *file_ext, int max_len);
 
 int _media_thumb_get_file_type(const char *file_full_path);