summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiseok Chang <kiso.chang@samsung.com>2020-11-23 15:35:44 +0900
committerKiseok Chang <kiso.chang@samsung.com>2020-11-23 15:35:44 +0900
commit075c04b4dbeb6aab1ddc0daa839b01727f6d1a73 (patch)
tree6c944282bb3af86423baf145f4b449de2b7e53c0
parent9585a2c98295fba3c6d265dea7ff662d64cf99c4 (diff)
downloadsettings-tizen_6.0_cms.tar.gz
settings-tizen_6.0_cms.tar.bz2
settings-tizen_6.0_cms.zip
Remove some menus not used in cozyma productsubmit/tizen_6.0_cms/20201123.064411tizen_6.0_cms
- 'Wallpapers' and 'Language and input' Change-Id: I0ed0ff4b032a1446cb6ed4cf56765bec31951f2e
-rwxr-xr-xsetting-common/src/setting-cfg.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/setting-common/src/setting-cfg.c b/setting-common/src/setting-cfg.c
index 4e22dc4..3311302 100755
--- a/setting-common/src/setting-cfg.c
+++ b/setting-common/src/setting-cfg.c
@@ -124,13 +124,6 @@ static Setting_Cfg_Node_T s_cfg_node_array[] = {
Cfg_Item_AppLauncher_Node,
NULL
},
- { KeyStr_Wallpaper,
- IMG_Wallpaper,
- "org.tizen.wallpaper-ui-service",
- Cfg_Item_Pos_Level0,
- Cfg_Item_AppLauncher_Node,
- NULL
- },
{ KeyStr_SoftKey,
IMG_SoftKey,
"org.tizen.setting-softkey",
@@ -181,13 +174,6 @@ static Setting_Cfg_Node_T s_cfg_node_array[] = {
{ KeyStr_System, NULL, "move://Tab4.top", Cfg_Item_Pos_Level0,
Cfg_Item_Title_Node, NULL
},
- { KeyStr_LanguageInput,
- IMG_LanguageInput,
- "org.tizen.setting-language-and-input",
- Cfg_Item_Pos_Level0,
- Cfg_Item_AppLauncher_Node,
- NULL
- },
{ KeyStr_DateTime,
IMG_DateTime,
"org.tizen.setting-time",