From: Marcus Fritzsch Date: Tue, 12 Sep 2017 11:39:23 +0000 (+0200) Subject: remove unused layouts.json X-Git-Tag: 4.99.1~21 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fwindowmanager.git;a=commitdiff_plain;h=78571bc2aa3dd5e826262a14eceffcdcf1f7ee50 remove unused layouts.json Signed-off-by: Marcus Fritzsch --- 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" - } -]