From 955f2b3087d2bce8bbe9d1486a57ec15eefa3a2b Mon Sep 17 00:00:00 2001 From: hyunho kang Date: Mon, 23 Nov 2015 17:40:31 +0900 Subject: [PATCH] [tutorial][appcontrol] Remove wrong code. Change-Id: I6327c1f4f3dad763c21335b158dece43f8fb9ffb Signed-off-by: hyunho kang --- org.tizen.tutorials/html/native/app_framework/appcontrol_tutorial_n.htm | 2 -- 1 file changed, 2 deletions(-) diff --git a/org.tizen.tutorials/html/native/app_framework/appcontrol_tutorial_n.htm b/org.tizen.tutorials/html/native/app_framework/appcontrol_tutorial_n.htm index 8bcced7..ea52f72 100644 --- a/org.tizen.tutorials/html/native/app_framework/appcontrol_tutorial_n.htm +++ b/org.tizen.tutorials/html/native/app_framework/appcontrol_tutorial_n.htm @@ -64,8 +64,6 @@
  • Prepare the application control:

    -error_code = app_control_create(&app_control);
    -
     ret = app_control_create(&app);
     if (ret != APP_CONTROL_ERROR_NONE)
        dlog_print(DLOG_ERROR, LOG_TAG, "app_control_create() is failed. err = %d", ret);
    -- 
    2.7.4