diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-29 04:41:07 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-29 04:41:07 -0400 |
| commit | 4045d50f946431408896a7b1512397c905e4bdb5 (patch) | |
| tree | 06598618cccc9b0b680016b41c6648f19db32f4c /sysdata_darwin.m | |
| parent | 4baa9397e6546e78e07b24bb8bbab785417e0378 (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_darwin.m')
| -rw-r--r-- | sysdata_darwin.m | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdata_darwin.m b/sysdata_darwin.m index e4ad6f6..c04ce37 100644 --- a/sysdata_darwin.m +++ b/sysdata_darwin.m @@ -139,11 +139,6 @@ id makeCheckbox(void) return checkbox; } -void comboboxSelectIndex(id combobox, BOOL editable, intptr_t index) -{ - // TODO remove -} - id makeLineEdit(BOOL password) { if (password) |
