summaryrefslogtreecommitdiff
path: root/button_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'button_windows.go')
-rw-r--r--button_windows.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/button_windows.go b/button_windows.go
index ac2b9b7..2634935 100644
--- a/button_windows.go
+++ b/button_windows.go
@@ -47,7 +47,6 @@ func (b *button) SetText(text string) {
func buttonClicked(data unsafe.Pointer) {
b := (*button)(data)
b.clicked.fire()
- println("button clicked")
}
func (b *button) hwnd() C.HWND {