Skip to content

Commit

Permalink
8295026: Remove unused fields in StyleSheet
Browse files Browse the repository at this point in the history
Reviewed-by: aivanov
  • Loading branch information
Andrey Turbanov committed Oct 14, 2022
1 parent 67046ae commit be3b335
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -1818,8 +1818,6 @@ void empty() {
}


static final Border noBorder = new EmptyBorder(0,0,0,0);

/**
* Class to carry out some of the duties of
* CSS formatting. Implementations of this
Expand Down Expand Up @@ -2519,7 +2517,6 @@ String formatRomanDigit(int level, int digit) {
private boolean checkedForStart;
private int start;
private CSS.Value type;
URL imageurl;
private StyleSheet ss = null;
Icon img = null;
private int bulletgap = 5;
Expand Down Expand Up @@ -3223,8 +3220,6 @@ else if (firstChar == '#') {

// ---- Variables ---------------------------------------------

static final int DEFAULT_FONT_SIZE = 3;

private transient Object fontSizeInherit;

private CSS css;
Expand Down

0 comments on commit be3b335

Please sign in to comment.