summaryrefslogtreecommitdiff
path: root/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-29 04:41:07 -0400
committerPietro Gagliardi <[email protected]>2014-05-29 04:41:07 -0400
commit4045d50f946431408896a7b1512397c905e4bdb5 (patch)
tree06598618cccc9b0b680016b41c6648f19db32f4c /objc_darwin.h
parent4baa9397e6546e78e07b24bb8bbab785417e0378 (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 'objc_darwin.h')
-rw-r--r--objc_darwin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/objc_darwin.h b/objc_darwin.h
index dca3faa..e26db6f 100644
--- a/objc_darwin.h
+++ b/objc_darwin.h
@@ -103,7 +103,6 @@ extern void buttonSetTargetAction(id, id);
extern void buttonSetText(id, id);
extern id buttonText(id);
extern id makeCheckbox(void);
-extern void comboboxSelectIndex(id, BOOL, intptr_t);
extern id makeLineEdit(BOOL);
extern void lineeditSetText(id, id);
extern id lineeditText(id);