diff options
Diffstat (limited to 'button.go')
| -rw-r--r-- | button.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -14,7 +14,6 @@ func NewButton(text string) (b *Button) { return &Button{ sysData: mksysdata(c_button), initText: text, - Clicked: newEvent(), } } |
