summaryrefslogtreecommitdiff
path: root/server/thumb-server-internal.c
diff options
context:
space:
mode:
authorMinje Ahn <minje.ahn@samsung.com>2018-02-01 11:16:50 +0900
committerMinje Ahn <minje.ahn@samsung.com>2018-02-01 11:20:20 +0900
commit70e71ce6be7153129a543240b4c30aaee368c7b9 (patch)
treea1e58ac9bb1b8f4029f03300ca8b05044608b898 /server/thumb-server-internal.c
parent05a439dfaff5a37ef343f52be5698fde6278c310 (diff)
downloadlibmedia-thumbnail-70e71ce6be7153129a543240b4c30aaee368c7b9.tar.gz
libmedia-thumbnail-70e71ce6be7153129a543240b4c30aaee368c7b9.tar.bz2
libmedia-thumbnail-70e71ce6be7153129a543240b4c30aaee368c7b9.zip
Change-Id: I6e0d47fe3cc6b5091afe5a886e64f800132597a0 Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
Diffstat (limited to 'server/thumb-server-internal.c')
-rwxr-xr-xserver/thumb-server-internal.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/server/thumb-server-internal.c b/server/thumb-server-internal.c
index 643f548..2f85b30 100755
--- a/server/thumb-server-internal.c
+++ b/server/thumb-server-internal.c
@@ -354,11 +354,6 @@ int _media_thumb_process(thumbMsg *req_msg, thumbMsg *res_msg)
thumb_dbg_slog("Thumb path : %s", thumb_path);
- if (g_file_test(thumb_path, G_FILE_TEST_IS_REGULAR)) {
- thumb_warn("thumb path already exists in file system.. remove the existed file");
- _media_thumb_remove_file(thumb_path);
- }
-
err = _thumbnail_get_data(origin_path, thumb_path);
if (err != MS_MEDIA_ERR_NONE) {
thumb_err("_thumbnail_get_data failed - %d", err);