summaryrefslogtreecommitdiff
path: root/sysdata.go
diff options
context:
space:
mode:
Diffstat (limited to 'sysdata.go')
-rw-r--r--sysdata.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdata.go b/sysdata.go
index 9ff6ee9..006595c 100644
--- a/sysdata.go
+++ b/sysdata.go
@@ -9,7 +9,6 @@ type cSysData struct {
spaced bool
alternate bool // editable for Combobox, multi-select for listbox, password for lineedit
handler AreaHandler // for Areas; TODO rename to areahandler
- winhandler WindowHandler // for Windows
close func() bool // provided by each Window
event func() // provided by each control
}