summaryrefslogtreecommitdiff
path: root/sysdata_unix.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-09 11:36:44 -0400
committerPietro Gagliardi <[email protected]>2014-03-09 11:36:44 -0400
commita7ec908ebd5e344628717cab874919dfc29cd58c (patch)
tree43e2cba97e5d2a79b65542b9c4a367df3ccf1885 /sysdata_unix.go
parent1389fda5283165b7bfa123fcd595b0b0e53a8f28 (diff)
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).
Diffstat (limited to 'sysdata_unix.go')
-rw-r--r--sysdata_unix.go1
1 files changed, 0 insertions, 1 deletions
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,