From 781db91fbca8b27b2c34be3687dd7fe1aedf6ed2 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sat, 14 Feb 2015 11:33:16 -0500 Subject: [PATCH] make clean to remove old `chaintool` field --- data/presets.yaml | 6 ------ data/presets/fields.json | 12 ------------ dist/locales/en.json | 8 -------- 3 files changed, 26 deletions(-) diff --git a/data/presets.yaml b/data/presets.yaml index 2fd1341ff..d1fdc1fa7 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -468,12 +468,6 @@ en: undefined: Assumed to be No "yes": "Yes" "no": "No" - service/bicycle/chaintool: - label: Chain Tool - options: - undefined: Assumed to be No - "yes": "Yes" - "no": "No" service/bicycle/pump: label: Air Pump options: diff --git a/data/presets/fields.json b/data/presets/fields.json index 084a87b35..d14221052 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -954,18 +954,6 @@ } } }, - "service/bicycle/chaintool": { - "key": "service:bicycle:chain_tool", - "type": "check", - "label": "Chain Tool", - "strings": { - "options": { - "undefined": "Assumed to be No", - "yes": "Yes", - "no": "No" - } - } - }, "service/bicycle/pump": { "key": "service:bicycle:pump", "type": "check", diff --git a/dist/locales/en.json b/dist/locales/en.json index 6cfe05e7d..a9adfe570 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -1144,14 +1144,6 @@ "no": "No" } }, - "service/bicycle/chaintool": { - "label": "Chain Tool", - "options": { - "undefined": "Assumed to be No", - "yes": "Yes", - "no": "No" - } - }, "service/bicycle/pump": { "label": "Air Pump", "options": {