mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-11 02:48:20 +00:00
8295026: Remove unused fields in StyleSheet
Reviewed-by: aivanov
This commit is contained in:
parent
67046ae49a
commit
be3b335452
@ -1818,8 +1818,6 @@ public class StyleSheet extends StyleContext {
|
||||
}
|
||||
|
||||
|
||||
static final Border noBorder = new EmptyBorder(0,0,0,0);
|
||||
|
||||
/**
|
||||
* Class to carry out some of the duties of
|
||||
* CSS formatting. Implementations of this
|
||||
@ -2519,7 +2517,6 @@ public class StyleSheet extends StyleContext {
|
||||
private boolean checkedForStart;
|
||||
private int start;
|
||||
private CSS.Value type;
|
||||
URL imageurl;
|
||||
private StyleSheet ss = null;
|
||||
Icon img = null;
|
||||
private int bulletgap = 5;
|
||||
@ -3223,8 +3220,6 @@ public class StyleSheet extends StyleContext {
|
||||
|
||||
// ---- Variables ---------------------------------------------
|
||||
|
||||
static final int DEFAULT_FONT_SIZE = 3;
|
||||
|
||||
private transient Object fontSizeInherit;
|
||||
|
||||
private CSS css;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user