Skip to content

Commit 8c94e9f

Browse files
author
azertyfun
committed
Removed references to Pebble Emery (Pebble Time 2)
1 parent 31e4f5a commit 8c94e9f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

application.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ type PebbleCompatibility struct {
133133
Basalt PebbleCompatibilityBool `json:"basalt"`
134134
Chalk PebbleCompatibilityBool `json:"chalk"`
135135
Diorite PebbleCompatibilityBool `json:"diorite"`
136-
Emery PebbleCompatibilityBool `json:"emery"`
137136
}
138137

139138
// PebbleCompatibilityBool describes the contents of a `compatibility` tag of a pebble JSON
@@ -228,9 +227,6 @@ func parseApp(path string, authors *map[string]int, lastAuthorId *int, categorie
228227
if data.Apps[0].Compatibility.Diorite.Supported {
229228
supportedPlatforms = append(supportedPlatforms, "diorite")
230229
}
231-
if data.Apps[0].Compatibility.Emery.Supported {
232-
supportedPlatforms = append(supportedPlatforms, "emery")
233-
}
234230

235231
app.Id = data.Apps[0].Id
236232
app.Name = data.Apps[0].Name

0 commit comments

Comments
 (0)