Remove some menus not used in cozyma product 66/248166/1 tizen_6.0_cms submit/tizen_6.0_cms/20201123.064411
authorKiseok Chang <kiso.chang@samsung.com>
Mon, 23 Nov 2020 06:35:44 +0000 (15:35 +0900)
committerKiseok Chang <kiso.chang@samsung.com>
Mon, 23 Nov 2020 06:35:44 +0000 (15:35 +0900)
- 'Wallpapers' and 'Language and input'

Change-Id: I0ed0ff4b032a1446cb6ed4cf56765bec31951f2e

setting-common/src/setting-cfg.c

index 4e22dc4e279b9e32ddf4e7233510fcff8876a686..3311302c0d28d170f98f763921e41d5a7ce16aef 100755 (executable)
@@ -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",