diff --git a/data/config/standard/e.src b/data/config/standard/e.src index 9de54fb92..6c392dfa3 100644 --- a/data/config/standard/e.src +++ b/data/config/standard/e.src @@ -1078,12 +1078,6 @@ group "E_Config" struct { value "delayed" uchar: 1; value "priority" int: 0; } - group "E_Config_Module" struct { - value "name" string: "teamwork"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } group "E_Config_Module" struct { value "name" string: "connman"; value "enabled" uchar: 1; diff --git a/data/config/tiling/e.src b/data/config/tiling/e.src index 5413d3bf1..dacf6de1b 100644 --- a/data/config/tiling/e.src +++ b/data/config/tiling/e.src @@ -1093,12 +1093,6 @@ group "E_Config" struct { value "delayed" uchar: 1; value "priority" int: 0; } - group "E_Config_Module" struct { - value "name" string: "teamwork"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } group "E_Config_Module" struct { value "name" string: "connman"; value "enabled" uchar: 1;