summaryrefslogtreecommitdiff
path: root/sysdata.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-01 09:33:49 -0400
committerPietro Gagliardi <[email protected]>2014-07-01 09:33:49 -0400
commit969700f790abbdb08befbeccfaa2e048299a7e6f (patch)
treec224d148445ca78a21cc36081750c738ab59943d /sysdata.go
parentf4963e909bd1512b30de8d05e9a064183df5fdc8 (diff)
Removed WindowHandler.
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
}