8292280: Unused field 'keyListener' in BasicRadioButtonUI

Reviewed-by: jdv, serb
This commit is contained in:
Andrey Turbanov 2022-10-07 06:19:01 +00:00
parent 0ad6803ac2
commit 2d25c0a31c

@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1997, 2022, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -26,16 +26,11 @@
package javax.swing.plaf.basic;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.border.*;
import javax.swing.plaf.*;
import javax.swing.text.View;
import sun.swing.SwingUtilities2;
import sun.awt.AppContext;
import java.util.Enumeration;
import java.util.HashSet;
import java.util.Set;
/**
* RadioButtonUI implementation for BasicRadioButtonUI
@ -55,8 +50,6 @@ public class BasicRadioButtonUI extends BasicToggleButtonUI
private static final String propertyPrefix = "RadioButton" + ".";
private KeyListener keyListener = null;
// ********************************
// Create PLAF
// ********************************