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