Remove thumb_extract_all feature
[platform/core/multimedia/libmedia-service.git] / plugin / media-content-plugin.c
index 0832473..7ce8e5b 100755 (executable)
@@ -452,19 +452,8 @@ int update_begin(void)
        return MEDIA_SVC_PLUGIN_ERROR_NONE;
 }
 
-int update_end(uid_t uid)
+int update_end(void)
 {
-#if 0
-       int ret = MEDIA_SVC_PLUGIN_ERROR_NONE;
-
-       ret = thumbnail_request_extract_all_thumbs(uid);
-       if (ret < 0)
-               return MEDIA_SVC_PLUGIN_ERROR;
-
-       ret = dcm_svc_request_extract_all(uid);
-       if (ret < 0)
-               return MEDIA_SVC_PLUGIN_ERROR;
-#endif
        return MEDIA_SVC_PLUGIN_ERROR_NONE;
 }