From: hyunho kang Date: Mon, 23 Nov 2015 08:40:31 +0000 (+0900) Subject: [tutorial][appcontrol] Remove wrong code. X-Git-Tag: tizen_3.0/TD_SYNC/20161201~310^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=955f2b3087d2bce8bbe9d1486a57ec15eefa3a2b;p=sdk%2Fonline-doc.git [tutorial][appcontrol] Remove wrong code. Change-Id: I6327c1f4f3dad763c21335b158dece43f8fb9ffb Signed-off-by: hyunho kang --- 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);