discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=dbd6c751c7cefac258eac9671693e02fbc2e99ee
commit dbd6c751c7cefac258eac9671693e02fbc2e99ee Author: Mike Blumenkrantz <[email protected]> Date: Thu Mar 19 17:11:06 2015 -0400 remove shelf manager config vals from profiles --- config/standard/e.src | 1 - config/tiling/e.src | 1 - 2 files changed, 2 deletions(-) diff --git a/config/standard/e.src b/config/standard/e.src index 134a7c9..eea0a2c 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 a47c1b1..79bd970 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; --
