From 4045d50f946431408896a7b1512397c905e4bdb5 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 29 May 2014 04:41:07 -0400 Subject: 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. --- sysdata_unix.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sysdata_unix.go') diff --git a/sysdata_unix.go b/sysdata_unix.go index 2ba5059..77e334e 100644 --- a/sysdata_unix.go +++ b/sysdata_unix.go @@ -362,7 +362,3 @@ func (s *sysData) setAreaSize(width int, height int) { } <-ret } - -func (s *sysData) selectIndex(index int) { - // TODO not yet implemented on Unix (added for Mac only right now) -} -- cgit v1.2.3