Skip to content

Commit

Permalink
8295026: Remove unused fields in StyleSheet
Browse files Browse the repository at this point in the history
Backport-of: be3b3354523917c024fb9d7d99de7c7eec3d175a
  • Loading branch information
GoeLin committed Apr 5, 2024
1 parent e789a67 commit 3764735
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1821,8 +1821,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 @@ -2523,7 +2521,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 @@ -3227,8 +3224,6 @@ else if (firstChar == '#') {

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

static final int DEFAULT_FONT_SIZE = 3;

private transient Object fontSizeInherit;

private CSS css;
Expand Down

1 comment on commit 3764735

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.