Skip to content

Commit

Permalink
remove another old commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed Jan 6, 2024
1 parent a719e65 commit d6bc1e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion widget/radio_group_extended_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func newextendedRadioGroup(opts []string, f func(string)) *extendedRadioGroup {
ret.Options = opts
ret.OnChanged = f
ret.ExtendBaseWidget(ret)
//ret.update() // Not needed for extending Radio but for the tests to be able to access items without creating a renderer first.

return ret
}
Expand Down

0 comments on commit d6bc1e2

Please sign in to comment.