summaryrefslogtreecommitdiff
path: root/sysdata_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'sysdata_unix.go')
-rw-r--r--sysdata_unix.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdata_unix.go b/sysdata_unix.go
index 0852362..f309729 100644
--- a/sysdata_unix.go
+++ b/sysdata_unix.go
@@ -114,14 +114,6 @@ var classTypes = [nctypes]*classData{
func (s *sysData) make(initText string, window *sysData) error {
ct := classTypes[s.ctype]
- if ct.make == nil { // not yet implemented
- println(s.ctype, "not implemented")
- return nil
- }
- if s.alternate && ct.makeAlt == nil { // not yet implemented
- println(s.ctype, "alt not implemented")
- return nil
- }
ret := make(chan *gtkWidget)
defer close(ret)
uitask <- func() {