[ImageUtil] Remove deprecated API and change native pinvoke APIs (#5950)
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia.Util / Interop / Interop.ImageUtil.Transform.cs
index cc26f74..a684278 100644 (file)
@@ -45,9 +45,6 @@ internal static partial class Interop
             [DllImport(Libraries.ImageUtil, EntryPoint = "image_util_transform_set_colorspace")]
             internal static extern ImageUtilError SetColorspace(TransformHandle handle, ImageColorSpace colorspace);
 
-            [DllImport(Libraries.ImageUtil, EntryPoint = "image_util_transform_set_hardware_acceleration")]
-            internal static extern ImageUtilError SetHardwareAcceleration(TransformHandle handle, bool mode);
-
             [DllImport(Libraries.ImageUtil, EntryPoint = "image_util_transform_set_rotation")]
             internal static extern ImageUtilError SetRotation(TransformHandle handle, ImageRotation rotation);