diff options
author | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-09-12 13:39:23 +0200 |
---|---|---|
committer | Marcus Fritzsch <marcus_fritzsch@mentor.com> | 2017-09-14 14:04:51 +0200 |
commit | 78571bc2aa3dd5e826262a14eceffcdcf1f7ee50 (patch) | |
tree | 10e2c05855901661004f8ded238760a6274d1f36 | |
parent | 015288d3dd98ad579cb3b9b0c645ee654f8b77a8 (diff) |
remove unused layouts.json
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
-rw-r--r-- | layout.json | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/layout.json b/layout.json deleted file mode 100644 index ad9e4c3..0000000 --- a/layout.json +++ /dev/null @@ -1,44 +0,0 @@ -[ - { - "areas": [ - { - "height": 1920, - "name": "ControleBar", - "width": 1080, - "x": 0, - "y": 0, - "zorder": 0 - }, - { - "height": 1920, - "name": "HomeButton", - "width": 100, - "x": 0, - "y": 0, - "zorder": 0 - } - ], - "name": "HomeScreenBasic" - }, - { - "areas": [ - { - "height": 1280, - "name": "Main", - "width": 1080, - "x": 0, - "y": 300, - "zorder": 0 - }, - { - "height": 1280, - "name": "Sub", - "width": 1080, - "x": 0, - "y": 600, - "zorder": 0 - } - ], - "name": "ApssHalfBasic" - } -] |