mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +08:00
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:
parent
3c269c9a39
commit
64e2efffc7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user