From a7ec908ebd5e344628717cab874919dfc29cd58c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 9 Mar 2014 11:36:44 -0400 Subject: Removed gListboxSelected; it was never being called anyway (only gListboxSelectedMulti is; Windows still uses selectedIndex() for Listbox because of differences in how multi-selection listboxes are handled there and Mac OS X never had this function written to begin with). --- sysdata_unix.go | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdata_unix.go') diff --git a/sysdata_unix.go b/sysdata_unix.go index 8b49cad..f55e463 100644 --- a/sysdata_unix.go +++ b/sysdata_unix.go @@ -105,7 +105,6 @@ var classTypes = [nctypes]*classData{ text: gListboxText, append: gListboxAppend, insert: gListboxInsert, - selected: gListboxSelected, selMulti: gListboxSelectedMulti, smtexts: gListboxSelMultiTexts, delete: gListboxDelete, -- cgit v1.2.3