diff --git a/config/standard/e.src b/config/standard/e.src index 134a7c9a3..eea0a2c43 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -605,7 +605,6 @@ group "E_Config" struct { } value "name" string: "shelf"; value "id" int: 1; - value "manager" int: 0; value "zone" int: 0; value "layer" int: 250; value "orient" int: 6; diff --git a/config/tiling/e.src b/config/tiling/e.src index a47c1b199..79bd97028 100644 --- a/config/tiling/e.src +++ b/config/tiling/e.src @@ -603,7 +603,6 @@ group "E_Config" struct { } value "name" string: "shelf"; value "id" int: 1; - value "manager" int: 0; value "zone" int: 0; value "layer" int: 250; value "orient" int: 6;