java: Remove unused field (fix CID 1386094 UrF: Unread field)

desc is written once, but never used otherwise.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2018-04-26 09:36:46 +02:00
parent 3c269c9a39
commit 64e2efffc7

View File

@ -30,7 +30,6 @@ import javax.swing.JCheckBoxMenuItem;
*/
class SVCheckboxMenuItem extends SVAbstractMenuItem {
public String value = null;
public String desc = null;
public boolean bvalue;
SVCheckboxMenuItem(int id, String name, boolean val) {