Remove unused code : low battery event 68/69068/1
authorgs86.lee <gs86.lee@samsung.com>
Wed, 11 May 2016 10:08:25 +0000 (19:08 +0900)
committergs86.lee <gs86.lee@samsung.com>
Wed, 11 May 2016 10:08:25 +0000 (19:08 +0900)
Change-Id: I34eb70a0071f2d0ddb6dbedbf5f278e5ccddaa62

rule/watchface/project/src/main.c
rule/watchface/project/src/main.c.tccr

index f5cc62f..e37c346 100755 (executable)
@@ -70,7 +70,6 @@ void low_battery(app_event_info_h event_info, void* user_data)
        /*
         * Takes necessary actions when system is running on low battery
         */
-       watch_app_exit();
 }
 
 /**
index 4047b69..6c3276c 100755 (executable)
@@ -70,7 +70,6 @@ void low_battery(app_event_info_h event_info, void* user_data)
        /*
         * Takes necessary actions when system is running on low battery
         */
-       watch_app_exit();
 }
 
 /**