Remove deprecated API in test code 65/170365/1 submit/tizen/20180220.014003
authorhj kim <backto.kim@samsung.com>
Mon, 19 Feb 2018 10:15:54 +0000 (19:15 +0900)
committerhj kim <backto.kim@samsung.com>
Mon, 19 Feb 2018 10:15:54 +0000 (19:15 +0900)
Change-Id: I2f87f0e39453a65b8c527a1ad9fd40aa03bff9fe

test/image_util_test.c

index 833bd09..a5e81c6 100755 (executable)
@@ -632,12 +632,6 @@ int main(int argc, char **argv)
                goto Exit;
        }
 
-       ret = image_util_transform_set_hardware_acceleration(g_handle, FALSE);
-       if (ret != IMAGE_UTIL_ERROR_NONE) {
-               g_printf("[%d]Error image_util_transform_set_hardware_acceleration condition [%d]\n", __LINE__, ret);
-               goto Exit;
-       }
-
        display_menu();
 
        g_loop = g_main_loop_new(NULL, FALSE);