Skip to content

Commit 0696fd0

Browse files
committed
8263496: MetalHighContrastTheme.getControlHighlight cleanup
Reviewed-by: azvegint
1 parent 6cf1095 commit 0696fd0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/java.desktop/share/classes/javax/swing/plaf/metal/MetalHighContrastTheme.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ class MetalHighContrastTheme extends DefaultMetalTheme {
5151
204, 204, 204);
5252
private static final ColorUIResource secondary3 = new ColorUIResource(
5353
255, 255, 255);
54-
private static final ColorUIResource controlHighlight = new
55-
ColorUIResource(102, 102, 102);
5654

5755

5856
// This does not override getSecondary1 (102,102,102)

0 commit comments

Comments
 (0)