summaryrefslogtreecommitdiff
path: root/pm_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'pm_core.c')
-rw-r--r--pm_core.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pm_core.c b/pm_core.c
index 55b2352..87c994e 100644
--- a/pm_core.c
+++ b/pm_core.c
@@ -98,11 +98,7 @@ static int trans_table[S_END][EVENT_END] = {
{S_START, S_START}, /* S_START */
{S_LCDDIM, S_NORMAL}, /* S_NORMAL */
{S_LCDOFF, S_NORMAL}, /* S_LCDDIM */
-#ifdef TIZEN_EMUL
- {S_LCDOFF, S_NORMAL}, /* S_LCDOFF */
-#else
{S_SLEEP, S_NORMAL}, /* S_LCDOFF */
-#endif
{S_LCDOFF, S_NORMAL}, /* S_SLEEP, When wake up by devices, go lcd_off state */
};