[0.2.115] mm_attrs: Removed two function prototypes that only remained in header... 79/192379/1
authorSangchul Lee <sc11.lee@samsung.com>
Mon, 5 Nov 2018 06:12:48 +0000 (15:12 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Mon, 5 Nov 2018 06:14:27 +0000 (15:14 +0900)
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 <sc11.lee@samsung.com>
include/mm_attrs.h
packaging/libmm-common.spec

index 9a09c6c..2f8b070 100644 (file)
@@ -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
index 54534d4..c29614f 100644 (file)
@@ -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