diff options
author | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-09-05 13:56:03 +0200 |
---|---|---|
committer | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-09-05 13:56:53 +0200 |
commit | 86d07805f9be5fc51b1ff3aa4cd12d1d42f7901c (patch) | |
tree | ca3d178ac47238449b2a7778213fbb458b5d87a7 | |
parent | 20512fd4b4e75e0c375246a5f0c97d8330b7e6e4 (diff) |
layers.json: remove unused layers description.
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
-rw-r--r-- | layers.json | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/layers.json b/layers.json index 280dd2e..b5f0782 100644 --- a/layers.json +++ b/layers.json @@ -7,26 +7,6 @@ "comment": "This surface should never be made invisible (The HomeScreen)" }, - "dynamic_ids_start": 16777216, - - "layers": [ - { - "name": "HomeScreen", - "layer_id": 1000, - "area": { "type": "full" } - }, - { - "name": "Apps", - "layer_id": 1001, - "area": { "type": "rect", "rect": { "x": 0, "y": 100, "width": -1, "height": -201 } } - }, - { - "name": "Popups", - "layer_id": 9999, - "area": { "type": "rect", "rect": { "x": 0, "y": 100, "width": -1, "height": -201 } } - } - ], - "mappings": [ { "type": "single", |