summaryrefslogtreecommitdiff
path: root/sysdata_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-29 04:41:07 -0400
committerPietro Gagliardi <[email protected]>2014-05-29 04:41:07 -0400
commit4045d50f946431408896a7b1512397c905e4bdb5 (patch)
tree06598618cccc9b0b680016b41c6648f19db32f4c /sysdata_windows.go
parent4baa9397e6546e78e07b24bb8bbab785417e0378 (diff)
Checked to see if the previous commit worked after removing the leftover Combobox selectIndex() code; it does. Removed the dummy code from the Windows and GTK+ backends as well.
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 99fc436..b9df277 100644
--- a/sysdata_windows.go
+++ b/sysdata_windows.go
@@ -643,7 +643,3 @@ func (s *sysData) setAreaSize(width int, height int) {
}
<-ret
}
-
-func (s *sysData) selectIndex(index int) {
- // TODO not yet implemented on Windows (added for Mac only right now)
-}