diff options
Diffstat (limited to 'button_unix.go')
| -rw-r--r-- | button_unix.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/button_unix.go b/button_unix.go index 7d41b55..4dc185a 100644 --- a/button_unix.go +++ b/button_unix.go @@ -54,7 +54,6 @@ func (b *button) SetText(text string) { func buttonClicked(bwid *C.GtkButton, data C.gpointer) { b := (*button)(unsafe.Pointer(data)) b.clicked.fire() - println("button clicked") } func (b *button) widget() *C.GtkWidget { |
