Remove unused code
[platform/core/multimedia/libmm-utility.git] / imgp / mm_util_imgp.c
index 4456655..05d4cff 100644 (file)
@@ -624,8 +624,3 @@ int mm_util_crop_image(mm_util_image_h src, unsigned int start_x, unsigned int s
 
        return ret;
 }
-
-int mm_util_get_image_size(mm_util_color_format_e format, unsigned int width, unsigned int height, size_t *imgsize)
-{
-       return __mm_util_get_image_size(format, width, height, false, imgsize);
-}