From: hj kim Date: Mon, 19 Feb 2018 10:15:54 +0000 (+0900) Subject: Remove deprecated API in test code X-Git-Tag: submit/tizen/20180220.014003^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e1b5cafe7480d3aacbb793d14f87e6c601344a50;p=platform%2Fcore%2Fapi%2Fimage-util.git Remove deprecated API in test code Change-Id: I2f87f0e39453a65b8c527a1ad9fd40aa03bff9fe --- diff --git a/test/image_util_test.c b/test/image_util_test.c index 833bd09..a5e81c6 100755 --- a/test/image_util_test.c +++ b/test/image_util_test.c @@ -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);