diff --git a/data/json/ui/strain.json b/data/json/ui/strain.json index adb7156785199..625cc8c7801a5 100644 --- a/data/json/ui/strain.json +++ b/data/json/ui/strain.json @@ -8,9 +8,6 @@ "width": 10, "clauses": [ { - "//0": "To those this may offend,", - "//1": "Sorry.", - "//2": "/* ----- BEGIN: STRAIN LISTING ----- */", "condition": { "math": [ "u_val('strain') + u_val('strain_burn')", "<=", "u_val('strain_max') / 10 - 1" ] }, "id": "strain_1", "color": "yellow", @@ -69,10 +66,8 @@ "id": "strain_10", "color": "yellow", "sym": "=", - "//0": "/* ----- END: STRAIN LISTING ----- */" }, { - "//0": "/* ----- BEGIN: SEPERATOR LISTING ----- */", "condition": { "and": [ { "not": { "math": [ "u_val('strain') + u_val('strain_burn')", "<=", "u_val('strain_max') / 10 - 1" ] } }, @@ -181,10 +176,8 @@ "id": "seperator_10", "color": "white", "sym": "-", - "//0": "/* ----- END: SEPARATOR LISTING ----- */" }, { - "//0": "/* ----- BEGIN: BURN LISTING ----- */", "condition": { "math": [ "u_val('strain_burn')", ">=", "u_val('strain_max') / 10 - 1" ] }, "id": "burn_1", "color": "red", @@ -243,7 +236,6 @@ "id": "burn_10", "color": "red", "sym": "#", - "//0": "/* ----- END: BURN LISTING ----- */" } ], "default_clause": { "sym": "----------", "color": "white" }