Skip to content

Commit f12fdd6

Browse files
authored
Removing dead code from Sheet (#4278)
1 parent 3f6e5b1 commit f12fdd6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CodenameOne/src/com/codename1/ui/Sheet.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,6 @@ public static Sheet getCurrentSheet() {
245245
if (cnt == null) {
246246
return null;
247247
}
248-
class Result {
249-
Sheet found;
250-
}
251248
for (Component cmp : $(".Sheet", cnt)) {
252249
if (cmp instanceof Sheet) {
253250
return (Sheet) cmp;

0 commit comments

Comments
 (0)