From dbd6c751c7cefac258eac9671693e02fbc2e99ee Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 19 Mar 2015 17:11:06 -0400 Subject: [PATCH] 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 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;