Use sql function instead
[platform/core/multimedia/libmedia-service.git] / src / include / common / media-svc-util.h
index d38de2d..4849395 100755 (executable)
@@ -65,9 +65,7 @@ typedef struct {
        int media_type;                 /**< Type of media file : internal/external */
        char *mime_type;                /**< Full path and file name of media file */
        unsigned long long size;        /**< size */
-       time_t added_time;                      /**< added time, time_t */
        time_t modified_time;           /**< modified time, time_t */
-       time_t timeline;                        /**< timeline of media, time_t */
        long long int folder_id;        /**< Unique ID of folder */
        int album_id;                   /**< Unique ID of album */
        char *thumbnail_path;   /**< Thumbnail image file path */