summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkcombobox.h')
-rw-r--r--gtk/gtkcombobox.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkcombobox.h b/gtk/gtkcombobox.h
index ac256a7746..c5b6a3c1e0 100644
--- a/gtk/gtkcombobox.h
+++ b/gtk/gtkcombobox.h
@@ -133,9 +133,6 @@ void gtk_combo_box_popup_for_device (GtkComboBox *combo_box,
void gtk_combo_box_popdown (GtkComboBox *combo_box);
AtkObject* gtk_combo_box_get_popup_accessible (GtkComboBox *combo_box);
-gint gtk_combo_box_get_id_column (GtkComboBox *combo_box);
-void gtk_combo_box_set_id_column (GtkComboBox *combo_box,
- gint id_column);
G_END_DECLS