Skip to content

Commit 2d34b3a

Browse files
committed
none is alreayd present (see #220)
1 parent 5c6b099 commit 2d34b3a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

org/w3c/css/properties/css3/CssTextTransform.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@
2323
public class CssTextTransform extends org.w3c.css.properties.css.CssTextTransform {
2424

2525
private static CssIdent[] allowed_action_values;
26-
private static CssIdent none, fullWidth, fullSizeKana;
26+
private static CssIdent fullWidth, fullSizeKana;
2727

2828

2929
static {
30-
none = CssIdent.getIdent("none");
3130
fullWidth = CssIdent.getIdent("full-width");
3231
fullSizeKana = CssIdent.getIdent("full-size-kana");
3332

0 commit comments

Comments
 (0)