summaryrefslogtreecommitdiff
path: root/checkbox_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'checkbox_windows.go')
-rw-r--r--checkbox_windows.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/checkbox_windows.go b/checkbox_windows.go
index eab0764..6b17699 100644
--- a/checkbox_windows.go
+++ b/checkbox_windows.go
@@ -59,7 +59,6 @@ func (c *checkbox) SetChecked(checked bool) {
func checkboxToggled(data unsafe.Pointer) {
c := (*checkbox)(data)
c.toggled.fire()
- println("checkbox toggled")
}
func (c *checkbox) hwnd() C.HWND {