diff options
author | Yuta Doi <yuta-d@witz-inc.co.jp> | 2018-06-05 13:47:25 +0900 |
---|---|---|
committer | Yuta Doi <yuta-d@witz-inc.co.jp> | 2018-06-05 13:49:15 +0900 |
commit | f248bc82281daaa15d71a7aff6290d17028a19f6 (patch) | |
tree | 97f2594893381dcf263b05dfb73d84cf569be4f8 /src/db | |
parent | 7b6d69b3c9da2c86451ced307b8c6eb6ba44c5e2 (diff) |
Add new roles and remove unnecessary role definition
Change-Id: I228ffab3810675789dc9cf90a0e4683466f79b2f
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'src/db')
-rw-r--r-- | src/db/app.db | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/db/app.db b/src/db/app.db index cdc2da8..7ec632b 100644 --- a/src/db/app.db +++ b/src/db/app.db @@ -5,10 +5,6 @@ "role": "homescreen" }, { - "name": "Launcher", - "role": "launcher" - }, - { "name": "Music", "role": "music" }, |