From: Sangchul Lee Date: Mon, 5 Nov 2018 06:12:48 +0000 (+0900) Subject: [0.2.115] mm_attrs: Removed two function prototypes that only remained in header... X-Git-Tag: accepted/tizen/unified/20181113.163505~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61eb19538cc0b46737a70bd73846068e958037bb;p=platform%2Fcore%2Fmultimedia%2Flibmm-common.git [0.2.115] mm_attrs: Removed two function prototypes that only remained in header file Removed function prototypes are as below. : mm_attrs_get_valid_double_range() : mm_attrs_get_valid_double_array() Change-Id: I3b8e1b692ae547455940a3f4c790f6f19c58da5f Signed-off-by: Sangchul Lee --- diff --git a/include/mm_attrs.h b/include/mm_attrs.h index 9a09c6c..2f8b070 100644 --- a/include/mm_attrs.h +++ b/include/mm_attrs.h @@ -321,28 +321,6 @@ int mm_attrs_get_valid_array(MMHandleType attrs, int index, int *count, int **a /** - * This function is to get valid double type range of attribute with given id. - * @param attrs [in] List of attributes - * @param id [in] ID of attribute - * @param min [out] minimum value of the valid range. - * @param max [out] maximum value of the valid range. - * @return This function returns MM_ERROR_NONE on success, or negative value with error code. - */ -int mm_attrs_get_valid_double_range(MMHandleType h, int idx, double *min, double *max); - - -/** - * This function is to get valid double type array of attribute with given id. - * @param attrs [in] list of attributes - * @param id [in] ID of attribute - * @param count [out] number of array - * @param array [out] on return contains valid array of attribute - * @return This function returns MM_ERROR_NONE on success, or negative value with error code. - */ -int mm_attrs_get_valid_double_array(MMHandleType h, int idx, int *count, double **array); - - -/** * This function is to set integer value to attribute with given index. * * @param attrs [in] List of attributes diff --git a/packaging/libmm-common.spec b/packaging/libmm-common.spec index 54534d4..c29614f 100644 --- a/packaging/libmm-common.spec +++ b/packaging/libmm-common.spec @@ -1,6 +1,6 @@ Name: libmm-common Summary: Multimedia Framework Common Lib -Version: 0.2.114 +Version: 0.2.115 Release: 0 Group: Multimedia/Libraries License: Apache-2.0