Skip to content

Commit 0686cbe

Browse files
committed
Fix CID 1386094 (Unread field)
Signed-off-by: Stefan Weil <[email protected]>
1 parent 5fdaa47 commit 0686cbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/com/google/scrollview/ui/SVCheckboxMenuItem.java

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
* Constructs a new menulistitem which possesses a flag that can be toggled.
3030
*/
3131
class SVCheckboxMenuItem extends SVAbstractMenuItem {
32-
public String value = null;
3332
public boolean bvalue;
3433

3534
SVCheckboxMenuItem(int id, String name, boolean val) {

0 commit comments

Comments
 (0)