mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-14 18:03:44 +00:00
8344918: Unused private variables in SwingUtilities.java
Reviewed-by: azvegint
This commit is contained in:
parent
bbbb9c5f15
commit
d6537c6d3e
@ -49,10 +49,6 @@ import sun.awt.AWTAccessor.MouseEventAccessor;
|
||||
*/
|
||||
public class SwingUtilities implements SwingConstants
|
||||
{
|
||||
// These states are system-wide, rather than AppContext wide.
|
||||
private static boolean canAccessEventQueue = false;
|
||||
private static boolean eventQueueTested = false;
|
||||
|
||||
/**
|
||||
* Indicates if we should change the drop target when a
|
||||
* {@code TransferHandler} is set.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user