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.go | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdata.go') 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. -- cgit v1.2.3