Removed Power Saving menu. 22/155522/1 accepted/tizen/unified/20171018.165310 submit/tizen/20171018.053736
authorjinwang.an <jinwang.an@samsung.com>
Fri, 13 Oct 2017 10:28:50 +0000 (19:28 +0900)
committerJinWang An <jinwang.an@samsung.com>
Fri, 13 Oct 2017 10:30:17 +0000 (10:30 +0000)
Change-Id: Ic0ee8affd63c6e651efb7848d4adcae6f5c3deaf
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
include/setting.h
src/setting.c

index 22cdd10fb308f5a46a7a8503b38ff14abf6a346b..b4ef917ae00a1d34af3c51604d111336b9e2eb93 100644 (file)
@@ -41,7 +41,6 @@ enum {
        SETTING_MAIN_MENU_INPUT,
        SETTING_MAIN_MENU_ACCESSIBILITY,
        SETTING_MAIN_MENU_ACCOUNTS,
-       SETTING_MAIN_MENU_POWER_SAVING,
 #if FEATURE_SETTING_EMUL
        SETTING_MAIN_MENU_DEVELOPER_OPTIONS,
 #endif
index b9ce74298ddb79970f3cfc0bd88154ecf364de8d..b84dea3e3dcf1058d51bf3edf65c0b122d032af0 100644 (file)
@@ -55,7 +55,6 @@ static struct _main_menu_item setting_menu_its[] = {
        { SETTING_MAIN_MENU_INPUT,                              "IDS_ST_HEADER_INPUT",                  "b_setting_list_input.png",                     keyboard_cb                     },
        { SETTING_MAIN_MENU_ACCESSIBILITY,              "IDS_ST_BODY_ACCESSIBILITY",    "b_setting_list_accessibility.png",             accessiblity_cb},
        { SETTING_MAIN_MENU_ACCOUNTS,                   "IDS_ST_BODY_ACCOUNTS",                 "b_setting_list_account.png",           account_cb},
-       { SETTING_MAIN_MENU_POWER_SAVING,               "Power Saving",                                 "b_setting_list_account.png",           account_cb},
 #if FEATURE_SETTING_EMUL
        { SETTING_MAIN_MENU_DEVELOPER_OPTIONS,  "Developer options",                    "b_settings_list_developer.png",                        developer_cb},
 #endif