Skip to content

Commit

Permalink
java: Remove unused field (fix CID 1386094 UrF: Unread field)
Browse files Browse the repository at this point in the history
desc is written once, but never used otherwise.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Apr 26, 2018
1 parent 3c269c9 commit 64e2eff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/com/google/scrollview/ui/SVCheckboxMenuItem.java
Expand Up @@ -30,7 +30,6 @@
*/
class SVCheckboxMenuItem extends SVAbstractMenuItem {
public String value = null;
public String desc = null;
public boolean bvalue;

SVCheckboxMenuItem(int id, String name, boolean val) {
Expand Down

0 comments on commit 64e2eff

Please sign in to comment.