Skip to content

Commit

Permalink
Remove permanently-on flags
Browse files Browse the repository at this point in the history
  • Loading branch information
louh committed Aug 23, 2018
1 parent 3f6b102 commit 7b966a5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
8 changes: 0 additions & 8 deletions app/data/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,10 @@
"label": "Locales — level 3 (complete, final)",
"defaultValue": true
},
"SEGMENT_FLEX_ZONE": {
"label": "Segment — flex zone",
"defaultValue": true
},
"SEGMENT_INCEPTION_TRAIN": {
"label": "Segment — the train from “Inception”",
"defaultValue": false
},
"SEGMENT_ANGLED_PARKING": {
"label": "Segment — angled parking",
"defaultValue": true
},
"DEBUG_SEGMENT_CANVAS_RECTANGLES": {
"label": "Segment — [debug] canvas rectangles",
"defaultValue": false
Expand Down
6 changes: 1 addition & 5 deletions assets/scripts/segments/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,6 @@
"variants": [
"orientation"
],
"enableWithFlag": "SEGMENT_FLEX_ZONE",
"details": {
"left": {
"minWidth": 7,
Expand Down Expand Up @@ -554,7 +553,6 @@
"variants": [
"orientation"
],
"enableWithFlag": "SEGMENT_FLEX_ZONE",
"details": {
"left": {
"minWidth": 10,
Expand Down Expand Up @@ -583,7 +581,6 @@
"direction",
"orientation"
],
"enableWithFlag": "SEGMENT_FLEX_ZONE",
"details": {
"taxi|inbound|left": {
"name": "Taxi loading zone",
Expand Down Expand Up @@ -685,7 +682,6 @@
"waiting-area",
"orientation"
],
"enableWithFlag": "SEGMENT_FLEX_ZONE",
"details": {
"sparse|left": {
"graphics": {
Expand Down Expand Up @@ -1444,4 +1440,4 @@
}
}
}
}
}
4 changes: 0 additions & 4 deletions assets/scripts/segments/variant_icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,18 @@ export const VARIANT_ICONS = {
'title': 'Perpendicular'
},
'angled-front-left': {
'enableWithFlag': 'SEGMENT_ANGLED_PARKING',
'id': 'direction-down-left',
'title': 'Angled'
},
'angled-front-right': {
'enableWithFlag': 'SEGMENT_ANGLED_PARKING',
'id': 'direction-down-right',
'title': 'Angled'
},
'angled-rear-left': {
'enableWithFlag': 'SEGMENT_ANGLED_PARKING',
'id': 'direction-up-left',
'title': 'Angled'
},
'angled-rear-right': {
'enableWithFlag': 'SEGMENT_ANGLED_PARKING',
'id': 'direction-up-right',
'title': 'Angled'
}
Expand Down

0 comments on commit 7b966a5

Please sign in to comment.