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 d2ac699..1507912 100644
--- a/sysdata.go
+++ b/sysdata.go
@@ -40,7 +40,6 @@ var _xSysData interface {
setProgress(int)
len() int
setAreaSize(int, int)
- selectIndex(int)
} = &sysData{} // this line will error if there's an inconsistency
// signal sends the event signal. This raise is done asynchronously to avoid deadlocking the UI task.