[device][tutorial] remove tutorial for device_power_wakeup()
authorTaeyoung Kim <ty317.kim@samsung.com>
Mon, 7 Dec 2015 02:42:05 +0000 (11:42 +0900)
committerTaeyoung Kim <ty317.kim@samsung.com>
Mon, 7 Dec 2015 02:43:41 +0000 (11:43 +0900)
- device_power_wakeup() is deprecated, and thus the tutorial should be removed

Change-Id: I641ed23f9ca4279e6ea7a5d22dc0f6f8e616329b
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
org.tizen.tutorials/html/native/system/device_tutorial_n.htm

index 831a239..01de71d 100644 (file)
@@ -286,16 +286,6 @@ error = device_power_release_lock(POWER_LOCK_CPU);
 </pre>
 </li>
 
-<li>Change the current power state with the <span style="font-family: Courier New,Courier,monospace;">device_power_wakeup()</span> function.
-<p>The function changes the current power state to the normal or dim state, depending on the parameter value:</p>
-
- <pre class="prettyprint">
-int error;
-
-// Set to dim state
-error = device_power_wakeup(true);
-</pre>
-</li>
 </ul>
 </li>
 </ol>