Skip to content

Commit d6537c6

Browse files
committed
8344918: Unused private variables in SwingUtilities.java
Reviewed-by: azvegint
1 parent bbbb9c5 commit d6537c6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/java.desktop/share/classes/javax/swing/SwingUtilities.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@
4949
*/
5050
public class SwingUtilities implements SwingConstants
5151
{
52-
// These states are system-wide, rather than AppContext wide.
53-
private static boolean canAccessEventQueue = false;
54-
private static boolean eventQueueTested = false;
55-
5652
/**
5753
* Indicates if we should change the drop target when a
5854
* {@code TransferHandler} is set.

0 commit comments

Comments
 (0)