summaryrefslogtreecommitdiff
path: root/sysdata_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'sysdata_unix.go')
-rw-r--r--sysdata_unix.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdata_unix.go b/sysdata_unix.go
index e1b5ced..a1b9858 100644
--- a/sysdata_unix.go
+++ b/sysdata_unix.go
@@ -364,7 +364,3 @@ func (s *sysData) setAreaSize(width int, height int) {
func (s *sysData) selectIndex(index int) {
// TODO not yet implemented on Unix (added for Mac only right now)
}
-
-func (s *sysData) selectIndices(indices []int) {
- // TODO not yet implemented on Windows (added for Mac only right now)
-}