summaryrefslogtreecommitdiff
path: root/sysdata_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-17 12:42:00 -0400
committerPietro Gagliardi <[email protected]>2014-05-17 12:42:00 -0400
commitbe56293e9c8fbef647048286bd23a0e5b13caac2 (patch)
tree84be891d893c296e16fe593352ac0379acc24a7f /sysdata_windows.go
parentcc74fda9501b867860e9f09cdc86a2fef21adaea (diff)
Found a method in NSArrayController via Stack Overflow which lets me suppress selection-changing behavior on NSTableView inserts; use that on Listbox in Mac OS X. This means sysData.selectIndices() and its Mac OS X implementation can (and has) gone away, clearing TODOs on Windows and Unix by extension.
Diffstat (limited to 'sysdata_windows.go')
-rw-r--r--sysdata_windows.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/sysdata_windows.go b/sysdata_windows.go
index bba0015..5bda9c0 100644
--- a/sysdata_windows.go
+++ b/sysdata_windows.go
@@ -646,7 +646,3 @@ func (s *sysData) setAreaSize(width int, height int) {
func (s *sysData) selectIndex(index int) {
// TODO not yet implemented on Windows (added for Mac only right now)
}
-
-func (s *sysData) selectIndices(indices []int) {
- // TODO not yet implemented on Windows (added for Mac only right now)
-}